hasPlayedOnce property

ValueNotifier<bool> hasPlayedOnce
getter/setter pair

Implementation

ValueNotifier<bool> hasPlayedOnce = ValueNotifier(false);