children property

List<FlutterWidgetProperty>? children
final

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

final List<FlutterWidgetProperty>? children;