isLooped property

ValueNotifier<int> isLooped
getter/setter pair

isLooped value notifier

Implementation

ValueNotifier<int> isLooped = ValueNotifier<int>(0);