TTableHeader<T> class
Constructors
- TTableHeader(String text, {String? value, Object map(T)?, Widget builder(BuildContext, T)?, int? flex, double? minWidth, double? maxWidth, Alignment? alignment})
-
const
- TTableHeader.map(String text, Object map(T)?, {String? value, Widget builder(BuildContext, T)?, int? flex, double? minWidth, double? maxWidth, Alignment? alignment})
-
const
Properties
- alignment → Alignment?
-
final
- builder → Widget Function(BuildContext, T)?
-
final
- flex → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- map → Object Function(T)?
-
final
- maxWidth → double?
-
final
- minWidth → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
final
- value → String?
-
final
Methods
-
getValue(
T item) → String -
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