copySelectionToClipboard abstract method

Future<void> copySelectionToClipboard({
  1. required FdcGridRangeSelectionBounds bounds,
  2. required int rowCount,
  3. required int columnCount,
  4. required FdcGridRangeSelectionCellTextReader readCellText,
})

Serializes bounds as tabular text and writes it to the system clipboard.

Implementation

Future<void> copySelectionToClipboard({
  required FdcGridRangeSelectionBounds bounds,
  required int rowCount,
  required int columnCount,
  required FdcGridRangeSelectionCellTextReader readCellText,
});