getChildAt method

dynamic getChildAt(
  1. int index
)

Implementation

View getChildAt(int index) {
  return children[index];
}