childAt method

T childAt(
  1. int index
)

Implementation

T childAt(int index) {
  return _childrenList[index];
}