TTableRowBuilder<T> constructor

TTableRowBuilder<T>({
  1. required TTable<T> widget,
  2. TTableController<T>? controller,
})

Implementation

TTableRowBuilder({
  required this.widget,
  this.controller,
});