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