DataColumnCell<T> class

Constructors

DataColumnCell({required Widget label, String? tooltip, bool numeric = false, bool instrict = false, DataColumnSortAction? onSort, TableColumnWidth? width, Alignment? alignment, DataCellY cell(ContextIndexItem<T>)?, Widget cellWidget(ContextIndexItem<T>)?, Object? cellProp(ContextIndexItem<T>)?, List<DataCellY> footerBuilder()?})
DataColumnCell.of({required DataColumnY column, required DataCellY builder(ContextIndexItem<T>)})

Properties

builder DataCellY Function(ContextIndexItem<T>)
getter/setter pair
column DataColumnY
getter/setter pair
footerBuilder List<DataCellY> Function()?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildCell(ContextIndexItem<T> c) DataCellY
buildFooterCell() List<DataCellY>
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