MsTableCell constructor

MsTableCell(
  1. String cellText,
  2. int cellWidth
)

Implementation

MsTableCell(this.cellText, this.cellWidth);