TTableRowBuilder<T> constructor
TTableRowBuilder<T> ({
- required TTable<
T> widget, - TTableController<
T> ? controller,
Implementation
TTableRowBuilder({
required this.widget,
this.controller,
});