controls property

List<AbstractControl<T>> controls

Gets the list of child controls.

Implementation

List<AbstractControl<T>> get controls =>
    List<AbstractControl<T>>.unmodifiable(_controls);