selectedIndex property

ValueNotifier<int> selectedIndex
getter/setter pair

Implementation

ValueNotifier<int> selectedIndex = ValueNotifier(0);