ScaffoldWidget class
- Inheritance
-
- Object
- BaseWidget
- ScaffoldWidget
Constructors
Properties
-
children
↔ List<
BaseWidget> -
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ BaseWidget
-
getter/setter pair
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