menu
plugin_uikit package
documentation
components/video_player.dart
LocalVideoPlayer
LocalVideoPlayer.new const constructor
LocalVideoPlayer.new const constructor
dark_mode
light_mode
LocalVideoPlayer
constructor
const
LocalVideoPlayer
(
{
Key
?
key
,
required
File
file
,
})
Implementation
const LocalVideoPlayer({Key? key, required this.file}) : super(key: key);
plugin_uikit package
documentation
components/video_player
LocalVideoPlayer
LocalVideoPlayer.new const constructor
LocalVideoPlayer class