InsertTableRowRequest constructor

InsertTableRowRequest({
  1. bool? insertBelow,
  2. TableCellLocation? tableCellLocation,
})

Implementation

InsertTableRowRequest({this.insertBelow, this.tableCellLocation});