LazyDataTableDimensions class

Data class for the dimensions of a LazyDataTable.

Constructors

LazyDataTableDimensions({double cellHeight = 50, double cellWidth = 50, double topHeaderHeight = 50, double leftHeaderWidth = 50, double rightHeaderWidth = 50, double bottomHeaderHeight = 50, Map<int, double> customCellHeight = const {}, Map<int, double> customCellWidth = const {}})
const

Properties

bottomHeaderHeight double
Height of a bottom header.
final
cellHeight double
Height of a cell and row header.
final
cellWidth double
Width of a cell and 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
leftHeaderWidth double
Width of a left header.
final
rightHeaderWidth double
Width of a right header.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topHeaderHeight double
Height of a top header.
final

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