operator [] method

T operator [](
  1. int index
)

Returns the child control at index.

Implementation

T operator [](int index) => fields.value[index];