ENUM_LIKE constant

The editor for either choosing a pre-defined item from a list of provided static field references (like ENUM), or specifying a free-form expression.

Implementation

static const FlutterWidgetPropertyEditorKind ENUM_LIKE =
    FlutterWidgetPropertyEditorKind._('ENUM_LIKE');