properties property

List<FlutterWidgetProperty> properties
getter/setter pair

The list of properties of the widget. Some of the properties might be read only, when their editor is not set. This might be because they have type that we don't know how to edit, or for compound properties that work as containers for sub-properties.

Implementation

List<FlutterWidgetProperty> properties;