InsertTableRowRequest constructor
InsertTableRowRequest({
- bool? insertBelow,
- TableCellLocation? tableCellLocation,
Implementation
InsertTableRowRequest({this.insertBelow, this.tableCellLocation});