isPlaying property

ValueNotifier<bool> isPlaying
final

Implementation

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