TableRowView constructor

TableRowView(
  1. TableRowModel model,
  2. int? row,
  3. double? height,
  4. Map<int, double>? width,
  5. Map<int, double>? padding,
)

Implementation

TableRowView(this.model, this.row, this.height, this.width, this.padding);