FixedHeightRows class final
A layout that splits an area into rows a defined height.
The area is split into rows of equal height.
The remaining space at the bottom of the area is not included in the rows.
- Implemented types
- Annotations
Constructors
- FixedHeightRows({int height = 1})
-
Creates a layout that splits an area into rows.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
split(
Rect area) → List< Rect> -
Splits the given
area
into multiple sub-areas.override -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override