isPlaying property

bool isPlaying

Get the VideoPlayerController.value.isPlaying

Implementation

bool get isPlaying => _video.value.isPlaying;