menu
custom_preload_videos package
documentation
my_custom_controller_impl/my_video_controller.dart
DefaultVideoController
isPlaying property
isPlaying property
dark_mode
light_mode
isPlaying
property
@
override
bool
get
isPlaying
override
Check if the video is currently playing
Implementation
@override bool get isPlaying => _controller.value.isPlaying;
custom_preload_videos package
documentation
my_custom_controller_impl/my_video_controller
DefaultVideoController
isPlaying property
DefaultVideoController class