TTableLayoutCalculator<T> constructor

TTableLayoutCalculator<T>({
  1. required TTable<T> widget,
})

Implementation

TTableLayoutCalculator({required this.widget});