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.actions(List<
TButtonGroupItem> builder(T), {String text = "Actions", Alignment? alignment = Alignment.center, int? flex, double? minWidth, double? maxWidth}) - TTableHeader.chip(String text, Object? map(T)?, {int? flex, double? minWidth, double? maxWidth, Alignment? alignment, Color? color, TVariant? type})
- TTableHeader.image(String text, String? map(T), {int? flex, Alignment? alignment, double width = 50})
- TTableHeader.map(String text, Object? map(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
-
getTextAlign(
) → TextAlign -
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