menu
smart_app package
documentation
widgets/video_player_desktop.dart
VideoPlayerDesktop
VideoPlayerDesktop.new constructor
VideoPlayerDesktop.new constructor
dark_mode
light_mode
VideoPlayerDesktop
constructor
VideoPlayerDesktop
(
{
Key
?
key
,
required
String
path
,
double
?
width
,
double
?
height
,
})
Implementation
VideoPlayerDesktop({Key? key, required this.path, this.width, this.height}) : super(key: key);
smart_app package
documentation
widgets/video_player_desktop
VideoPlayerDesktop
VideoPlayerDesktop.new constructor
VideoPlayerDesktop class