DynamicWidgetBuilder class

Constructors

DynamicWidgetBuilder()

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

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

log → Logger
final

Static Methods

addParser(WidgetParser parser) → void
build(String json, BuildContext buildContext, ClickListener listener) Widget?
buildFromMap(Map<String, dynamic>? map, BuildContext buildContext, ClickListener? listener) Widget?
buildWidgets(List values, BuildContext buildContext, ClickListener? listener) List<Widget>
export(Widget? widget, BuildContext? buildContext) Map<String, dynamic>?
exportWidgets(List<Widget?> widgets, BuildContext? buildContext) List<Map<String, dynamic>?>
initDefaultParsersIfNess() → void