DynamicWidget class
- Inheritance
-
- Object
- BaseWidget
- DynamicWidget
Constructors
Properties
Methods
-
build(
BuildContext context) → Widget -
override
-
getChild(
) → BaseWidget? -
inherited
-
getChildren(
) → List< BaseWidget> -
inherited
-
getChildrenWidget(
BuildContext context) → List< Widget> -
inherited
-
getChildWidget(
BuildContext context) → Widget? -
inherited
-
hasChildren(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setProperties(
JSON json) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited