menu
fastyle_video_player package
documentation
ui/player.dart
FastVideoPlayer
FastVideoPlayer.new const constructor
FastVideoPlayer.new const constructor
dark_mode
light_mode
FastVideoPlayer
constructor
const
FastVideoPlayer
(
{
Key
?
key
,
required
String
videoUrl
,
String
?
debugLabel
,
Widget
?
badge
,
})
Implementation
const FastVideoPlayer({ super.key, required this.videoUrl, this.debugLabel, this.badge, });
fastyle_video_player package
documentation
ui/player
FastVideoPlayer
FastVideoPlayer.new const constructor
FastVideoPlayer class