currentIndex property

ValueNotifier<int> currentIndex
getter/setter pair

Implementation

ValueNotifier<int> currentIndex = ValueNotifier(0);