WidgetsParser class

Constructors

WidgetsParser()

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

attachments({dynamic component, required double parentWidth}) Widget
blank({dynamic component, required double parentWidth}) Widget
button({dynamic component, required double parentWidth, dynamic componentList}) Widget
checkbox({dynamic component, required double parentWidth}) Widget
dataTable({dynamic component, required dynamic parentWidth}) Widget
date({dynamic component, required double parentWidth}) Widget
excel({dynamic component, required double parentWidth}) Widget
formsDropdown({dynamic component, required double parentWidth}) Widget
image({dynamic component, required double parentWidth}) Widget
label({dynamic component, required double parentWidth}) Widget
multiselect({dynamic component, required double parentWidth}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
panel({dynamic component, dynamic allComponents}) Widget
toString() String
A string representation of this object.
inherited
txtArea({dynamic component, required double parentWidth}) Widget
txtField({dynamic component, required double parentWidth}) Widget

Operators

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