notifyIndex property

ValueNotifier<int> notifyIndex
getter/setter pair

! THIS WILL IDENTITFY WHICH TAB IS CURRENTLY ACTIVE ! USING THIS TO SHOW AND HIDE TAB INDICATOR

Implementation

static ValueNotifier<int> notifyIndex = ValueNotifier<int>(0);