videoIsPlaying property
bool
get
videoIsPlaying
Implementation
bool get videoIsPlaying {
_checkDisposed();
return _playing;
}
bool get videoIsPlaying {
_checkDisposed();
return _playing;
}