menu
kplayer_widgets package
documentation
widgets.dart
PlayerBar
PlayerBar const constructor
PlayerBar const constructor
dark_mode
light_mode
PlayerBar
constructor
const
PlayerBar
(
{
Key
?
key
,
required
PlayerController
player
,
List
<
Widget
>
?
options
,
})
Implementation
const PlayerBar({Key? key, required this.player, this.options}) : super(key: key);
kplayer_widgets package
documentation
widgets
PlayerBar
PlayerBar const constructor
PlayerBar class