isPlayed property

ValueNotifier<bool> isPlayed
getter/setter pair

Implementation

ValueNotifier<bool> isPlayed = ValueNotifier(false);