shouldHandleCopyShortcut abstract method

bool shouldHandleCopyShortcut({
  1. required bool enabled,
  2. required bool copyEnabled,
  3. required bool hasActiveCellEditor,
  4. required bool gridCellHasPrimaryFocus,
})

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

Implementation

bool shouldHandleCopyShortcut({
  required bool enabled,
  required bool copyEnabled,
  required bool hasActiveCellEditor,
  required bool gridCellHasPrimaryFocus,
});