activeChildIndex property

int activeChildIndex

Implementation

int get activeChildIndex {
  return _activeChildIndex;
}
void activeChildIndex=(int idx)

Implementation

set activeChildIndex(int idx) {
  if (idx != _activeChildIndex) {
    setActiveChildIndex(idx);
  }
}