NoWidgets class
An empty implementation of IWidgets to be used when there are no Widgets to declare.
- Mixed-in types
Constructors
Properties
- builder → WidgetFactory
-
no setterinherited
-
builders
→ Map<
String, WidgetBuilderFunc> -
no setterinherited
- events → ActionFactory
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- properties → PropertyFactory
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
schema
→ Map<
String, EditorWidget> -
no setterinherited
Methods
-
getSchema(
) → Map< String, Map< String, dynamic> > -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerWidget(
String name, WidgetBuilderFunc builder, {bool abstract = false, String? baseType = EditorWidget.widget, Map< String, EditorWidgetType> ? widgets, Map<String, EditorActionType> ? actions, Map<String, EditorPropertyType> ? properties, List<String> ? tags}) → void -
inherited
-
registerWidgets(
) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited