Flutter
widgets
GridSpecification
rowCount
rowCount
Flutter
widgets
GridSpecification
rowCount
property
rowCount
Flutter
widgets
GridSpecification
Constructors
fromOffsets
fromRegularTiles
Properties
columnCount
columnOffsets
columnSpacing
gridSize
padding
rowCount
rowOffsets
rowSpacing
hashCode
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
int
rowCount
The number of rows in this grid.
Source
int get rowCount => rowOffsets.length - 1;