isPlaying property

bool isPlaying

Returns if the video is playing or not.

Implementation

bool get isPlaying => !videoElement.paused;