EditorWidget class

Class for creating a Widget's schema.

Inheritance

Constructors

EditorWidget({bool abstract = false, String? baseType = widget, Map<String, EditorWidgetType>? widgets, Map<String, EditorActionType>? actions, Map<String, EditorPropertyType>? properties, List<String>? tags})

Properties

abstract bool
finalinherited
actions Map<String, EditorActionType>?
final
baseType String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
properties Map<String, EditorPropertyType>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
final
widgets Map<String, EditorWidgetType>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

preferredSizeWidget → const String
rootWidget → const String
widget → const String