menu
flutter_quash_sdk package
documentation
ui/bug_reporting/video_player_widget.dart
VideoPlayerWidget
VideoPlayerWidget const constructor
VideoPlayerWidget const constructor
dark_mode
light_mode
VideoPlayerWidget
constructor
const
VideoPlayerWidget
(
{
required
String
videoPath
,
Key
?
key
,
})
Implementation
const VideoPlayerWidget({required this.videoPath, Key? key}) : super(key: key);
flutter_quash_sdk package
documentation
ui/bug_reporting/video_player_widget
VideoPlayerWidget
VideoPlayerWidget const constructor
VideoPlayerWidget class