shouldHandleCopyShortcut abstract method
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,
});