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