Row class
A widget that arranges its children in a horizontal row.
Non-Expanded children take their natural width. Remaining space is
distributed among Expanded children proportionally to their flex.
- Inheritance
Properties
Methods
-
createElement(
) → Element -
inherited
-
createRenderObject(
) → RenderObject -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited