properties property

List<FlutterWidgetProperty> properties
final

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

final List<FlutterWidgetProperty> properties;