currentPos property

ValueNotifier<int> currentPos
getter/setter pair

Implementation

ValueNotifier<int> currentPos = ValueNotifier(0);