home property

  1. @override
Widget home
override

The body that will be shown when this media type's tab is the current selected home tab.

Implementation

@override
Widget get home => const HomePlayerPage();