WebDataColumn class

WebDataColumn

Constructors

WebDataColumn({required String name, required Widget label, required DataCell dataCell(dynamic value), String? tooltip, bool numeric = false, bool sortable = true, Comparable comparable(dynamic value)?, String filterText(dynamic value)?})
const

Properties

comparable → (Comparable Function(dynamic value)?)
final
dataCell DataCell Function(dynamic value)
final
filterText → (String Function(dynamic value)?)
final
hashCode int
The hash code for this object.
no setterinherited
label Widget
final
name String
final
numeric bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortable bool
final
tooltip String?
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