TableRowCellView constructor

TableRowCellView(
  1. TableRowCellModel model,
  2. int? row
)

Implementation

TableRowCellView(this.model, this.row);