UiGenerator class

Constructors

UiGenerator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateUi(List json) List<UIComponent>
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

Static Properties

components List<UIComponent>
getter/setter pair

Static Methods

buildWidget(String taskId, String rootId, UIComponent component, {String? type, required Map<String, dynamic> assets, String? fontFamily = "Inter", required String assetUrl, dynamic callBack(String?, String?, String?)?, double? width, double? height, GlobalKey<State<StatefulWidget>>? key, String? id, int? index, String? parentHeight, String? parentWidth, String? stepOrientation}) Widget