InsertTableColumnRequest constructor

InsertTableColumnRequest({
  1. bool? insertRight,
  2. TableCellLocation? tableCellLocation,
})

Implementation

InsertTableColumnRequest({
  this.insertRight,
  this.tableCellLocation,
});