isPlaying property
Whether the player is playing. 播放器是否在播放
Implementation
final ValueNotifier<bool> isPlaying = ValueNotifier<bool>(false);
Whether the player is playing. 播放器是否在播放
final ValueNotifier<bool> isPlaying = ValueNotifier<bool>(false);