onTabChange property

set onTabChange (dynamic fx(int)?)

Implementation

set onTabChange(Function(int)? fx) {
  _changeIndex = fx;
}