isControllerPlaying property
bool
get
isControllerPlaying
Whether the controller is playing. 播放控制器是否在播放
Implementation
bool get isControllerPlaying => videoController.value.isPlaying;
Whether the controller is playing. 播放控制器是否在播放
bool get isControllerPlaying => videoController.value.isPlaying;