LayoutRow class

Holds ResponsiveLayoutCells that belong to the same row but do not have a final position or column span

Constructors

LayoutRow({required int totalColumns, required RowAlignment rowAlignment, required RowHeight rowHeightMode})

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotEmpty bool
no setter
rowAlignment RowAlignment
final
rowHeightMode RowHeight
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
Score for how well the cells fir the columns. The higher the score the better the fit and vise versa
no setter
totalColumns int
final

Methods

add(ResponsiveLayoutCell cell) → dynamic
addToLayout(int rowNumber, Layout layout) → void
Adds this LayoutRow to a Layout
canAddCell(ResponsiveLayoutCell newCell) bool
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