activeChildIndex property

int get activeChildIndex

Implementation

int get activeChildIndex {
  return _activeChildIndex;
}
set activeChildIndex (int idx)

Implementation

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