DataColumnPlus class

Extension of stock DataColumn, adds the capability to set relative column size via size property

Inheritance
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.
no setterinherited
label Widget
The column heading.
finalinherited
mouseCursor MaterialStateProperty<MouseCursor?>?
The cursor for a mouse pointer when it enters or is hovering over the heading row.
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.
no setterinherited
tooltip String?
The column heading's tooltip.
finalinherited

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