bool isPlaying

Returns if the video is playing or not.

Source

bool get isPlaying => !videoElement.paused;