TKeyValue class

Constructors

TKeyValue(String key, {String? value, Widget? widget, double? width})
TKeyValue.text(String key, String? value)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
final
widget Widget?
final
width double?
final

Methods

estimateColumnWidth(double availableWidth, TKeyValueTheme theme) double
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

Static Methods

mapHeader<T>(TTableHeader<T> header, T item) TKeyValue
mapHeaders<T>(List<TTableHeader<T>> headers, T item) List<TKeyValue>