children property

List<FlutterWidgetProperty>? children
getter/setter pair

The list of children properties, if any. For example any property of type EdgeInsets will have four children properties of type double - left / top / right / bottom.

Implementation

List<FlutterWidgetProperty>? children;