isPlaying property

ValueNotifier<bool> isPlaying
final

Whether the player is playing. 播放器是否在播放

Implementation

final ValueNotifier<bool> isPlaying = ValueNotifier<bool>(false);