DataColumnPlus class Null safety
Extension of stock DataColumn, adds the capability to set relative column
size via size
property
- Inheritance
-
- Object
- DataColumn
- DataColumnPlus
- Annotations
Constructors
- DataColumnPlus({required Widget label, String? tooltip, bool numeric = false, dynamic onSort(int, bool)?})
-
Creates the configuration for a column of a DataTablePlus.
const
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- label → Widget
-
The column heading.
finalinherited
- numeric → bool
-
Whether this column represents numeric data or not.
finalinherited
- onSort → DataColumnSortCallback?
-
Called when the user asks to sort the table using this column.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tooltip → String?
-
The column heading's tooltip.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited