isControllerPlaying property
bool
get
isControllerPlaying
Whether the controller is playing.
Implementation
bool get isControllerPlaying => videoController?.value.isPlaying ?? false;
Whether the controller is playing.
bool get isControllerPlaying => videoController?.value.isPlaying ?? false;