controls property

List of ControlModels initialized via initControls. Set autoMountControls to automatically init all Models passed through args.

Implementation

@protected
List<ControlModel?> get controls => state?.controls ?? [];