DataTableColumn<T> class

Constructors

DataTableColumn({required String key, required String name, double? width, double? maxWidth, double? minWidth, FixedColumn fixedColumn = FixedColumn.none, int? flex, CustomizeTitleWidget? customizeTitleWidget, List<BasicScreenDevice>? showOnScreens, TableItemWidget<T>? customizeItemWidget})

Properties

customizeItemWidget TableItemWidget<T>?
final
customizeTitleWidget CustomizeTitleWidget?
final
fixedColumn FixedColumn
final
flex int?
final
hashCode int
The hash code for this object.
no setterinherited
key String
final
maxWidth double?
final
minWidth double?
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOnScreens List<BasicScreenDevice>?
final
width double?
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