DeclareWidget class
Annotation used to annotate WidgetData classes.
- Inheritance
-
- Object
- ClassAnnotation
- DeclareWidget
Constructors
- DeclareWidget({required String name, required String group, required String icon})
-
Create a new DeclareWidget
namename of the widgetgroupgroup name of the widgeticonicon name of the widgetconst
Properties
Methods
-
apply(
TypeDescriptor type) → void -
callback executed by the type infrastructure
typetheTypeDescriptorof the annotated classoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited