AlignWidgetParser class

Inheritance

Constructors

AlignWidgetParser()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
widgetName String
the widget type name for example: {"type" : "Text", "data" : "Denny"} if you want to make a flutter Text widget, you should implement this method return "Text", for more details, please see @TextWidgetParser
read-onlyoverride
widgetType Type
match current widget
read-onlyoverride

Methods

export(Widget widget, BuildContext buildContext) Map<String, dynamic>
export the runtime widget to json
override
matchWidgetForExport(Widget widget) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
parse(Map<String, dynamic> map, BuildContext buildContext, ClickListener listener) Widget
parse the json map into a flutter widget.
override
toString() String
A string representation of this object.
inherited

Operators

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