VALUES constant
A list containing all of the enum values that are defined.
Implementation
static const List<FlutterWidgetPropertyEditorKind> VALUES =
<FlutterWidgetPropertyEditorKind>[
BOOL,
DOUBLE,
ENUM,
ENUM_LIKE,
INT,
STRING
];
A list containing all of the enum values that are defined.
static const List<FlutterWidgetPropertyEditorKind> VALUES =
<FlutterWidgetPropertyEditorKind>[
BOOL,
DOUBLE,
ENUM,
ENUM_LIKE,
INT,
STRING
];