TTableHeader<T>.chip constructor
TTableHeader<T>.chip (})
Implementation
TTableHeader.chip(
this.text,
this.map, {
this.flex,
this.minWidth,
this.maxWidth,
this.alignment,
Color? color,
TVariant? type,
}) : value = null,
builder = ((_, item) => TChip(text: map?.call(item).toString(), color: color, type: type));