FlowRowImpl class
- Implemented types
Constructors
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
-
append(
{required Widget child, Modifier? modifier = null}) → FlowRow -
override
-
build(
) → Widget -
override
-
childAlign(
WrapAlignment alignment) → FlowRow -
override
-
children(
List< Widget> children) → FlowRow -
override
-
horizontalSpacing(
double spacing) → FlowRow -
override
-
modifier(
Modifier modifier) → FlowRow -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
spacer(
double width) → FlowRow -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
verticalSpacing(
double spacing) → FlowRow -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited