isPlaying property

bool isPlaying

True if the video is playing. False if it's paused.

Implementation

bool get isPlaying => videoPlayerValue.isPlaying;