getChildAt method

VirtualNode? getChildAt(
  1. int index
)

Implementation

VirtualNode? getChildAt(int index) {
  return _children[index];
}