isPlaying property

ValueNotifier<bool> isPlaying
getter/setter pair

Implementation

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