PlexDataTableHeaderCell class

Constructors

PlexDataTableHeaderCell.custom(String columnName, Widget? cell, {bool isNumber = false, WidthMode widthMode = WidthMode.auto, bool showOrderByControl = true, bool showFilterControl = true})
For custom design and handling of cell use this constructor. columnName is optional cell is required for custom cell
PlexDataTableHeaderCell.text(String columnName, {bool isNumber = false, WidthMode widthMode = WidthMode.auto, bool showOrderByControl = true, bool showFilterControl = true})
columnName is required as it is text only cell

Properties

cell Widget?
latefinal
columnName String
final
hashCode int
The hash code for this object.
no setterinherited
isNumber bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFilterControl bool
final
showOrderByControl bool
final
widthMode WidthMode
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