TTableHeader<T>.actions constructor
TTableHeader<T>.actions (})
Implementation
TTableHeader.actions(
List<TButtonGroupItem> Function(T) builder, {
this.text = "Actions",
this.alignment = Alignment.center,
this.flex,
this.minWidth,
this.maxWidth,
}) : value = null,
map = null,
builder = ((ctx, item) => TButtonGroup(type: TButtonGroupType.icon, items: builder(item)));