isPlaying property
bool
get
isPlaying
Implementation
bool get isPlaying => _videoPlayerController?.value.isPlaying ?? false;
bool get isPlaying => _videoPlayerController?.value.isPlaying ?? false;