curIndex property

ValueNotifier<int> curIndex
getter/setter pair

Implementation

ValueNotifier<int> curIndex = ValueNotifier(-1);