currentPage top-level property

ValueNotifier<int> currentPage
getter/setter pair

Implementation

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