isPlaying property
bool
get
isPlaying
Get the VideoPlayerController.value.isPlaying
Implementation
bool get isPlaying => _video.value.isPlaying;
Get the VideoPlayerController.value.isPlaying
bool get isPlaying => _video.value.isPlaying;