LazyDataTableDimensions class

Data class for the dimensions of a LazyDataTable.

Constructors

LazyDataTableDimensions({double cellHeight = 50, double cellWidth = 50, double columnHeaderHeight = 50, double rowHeaderWidth = 50, Map<int, double> customCellHeight = const {}, Map<int, double> customCellWidth = const {}})
const

Properties

cellHeight double
Height of a cell and row header.
final
cellWidth double
Width of a cell and column header.
final
columnHeaderHeight double
Height of a column header.
final
customCellHeight Map<int, double>
Map with the custom height for a certain rows.
final
customCellWidth Map<int, double>
Map with the custom width for certain columns.
final
hashCode int
The hash code for this object.
no setterinherited
rowHeaderWidth double
Width of a row header.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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