menu
better_video_player package
documentation
better_video_player.dart
BetterVideoPlayerControls
BetterVideoPlayerControls const constructor
BetterVideoPlayerControls const constructor
dark_mode
light_mode
BetterVideoPlayerControls
constructor
const
BetterVideoPlayerControls
(
{
Key
?
key
,
required
bool
isFullScreen
,
})
Implementation
const BetterVideoPlayerControls({Key? key, required this.isFullScreen}) : super(key: key);
better_video_player package
documentation
better_video_player
BetterVideoPlayerControls
BetterVideoPlayerControls const constructor
BetterVideoPlayerControls class