isPlaying property

bool isPlaying

Implementation

bool get isPlaying => videoPlayerController?.value.isPlaying ?? false;