isVideoPlaying property

bool isVideoPlaying

returns true if video is playing

Implementation

bool get isVideoPlaying => _ctr.videoCtr?.value.isPlaying ?? false;