GridPadCellsBuilder class

Constructors

GridPadCellsBuilder({required int rowCount, required int columnCount})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() GridPadCells
columnSize(int index, GridPadCellSize size) GridPadCellsBuilder
Set size for specific column index.
columnsSize(GridPadCellSize size) GridPadCellsBuilder
Set size for all columns.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rowSize(int index, GridPadCellSize size) GridPadCellsBuilder
Set size for specific row index.
rowsSize(GridPadCellSize size) GridPadCellsBuilder
Set size for all rows.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited