Layout class

Contains the cells without margins and gutters

Constructors

Layout(LayoutDimensions dimensions)
Layout.empty()

Properties

cellsAreVisible bool
no setter
cellsOrderedByRow → dynamic
no setter
dimensions LayoutDimensions
final
hashCode int
The hash code for this object.
no setterinherited
nextRow int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCell({required int leftColumn, required int columnSpan, required int rowNumber, required RowHeight rowHeightMode, required Widget cell}) → dynamic
availableColumns(int row, RowAlignment cellAlignment) int
availableColumnsLeft(int row) int
availableColumnsRight(int row) int
hasCell(int row, int column) 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

Constants

firstColumn → const int
firstRow → const int