BlankWidget class
- Inheritance
-
- Object
- BaseWidget
- BlankWidget
Constructors
- BlankWidget({String reason = ""})
Properties
-
children
↔ List<
BaseWidget> -
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- reason ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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 -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited