MsTableRow constructor

MsTableRow(
  1. bool isFirstRow,
  2. bool isLastRow,
  3. bool isFirstCol,
  4. bool isLastCol,
)

Implementation

MsTableRow(this.isFirstRow, this.isLastRow, this.isFirstCol, this.isLastCol);