updateModifierFromKeyboard abstract method
bool
updateModifierFromKeyboard({
- required bool enabled,
- required bool pressed,
- required FdcGridCellRef? currentCell,
Updates modifier-driven range state from keyboard input.
Returns whether selection state changed and the grid should react.
Implementation
bool updateModifierFromKeyboard({
required bool enabled,
required bool pressed,
required FdcGridCellRef? currentCell,
});