shouldHandlePasteShortcut abstract method

bool shouldHandlePasteShortcut({
  1. required bool enabled,
  2. required bool pasteEnabled,
  3. required bool hasActiveCellEditor,
  4. required bool gridCellHasPrimaryFocus,
})

Whether the current grid focus and editor state allow range-paste handling.

Implementation

bool shouldHandlePasteShortcut({
  required bool enabled,
  required bool pasteEnabled,
  required bool hasActiveCellEditor,
  required bool gridCellHasPrimaryFocus,
});