updateModifierFromKeyboard abstract method

bool updateModifierFromKeyboard({
  1. required bool enabled,
  2. required bool pressed,
  3. 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,
});