currentPageIndex top-level property

ValueNotifier<int> currentPageIndex
getter/setter pair

Implementation

ValueNotifier<int> currentPageIndex = ValueNotifier(0);