startPointerDrag abstract method
bool
startPointerDrag({
- required bool enabled,
- required bool modifierActive,
- required FdcGridCellRef target,
- required FdcGridCellRef? selectedCell,
Starts pointer-driven range extension at target.
Returns false when range selection is unavailable or the gesture should
remain owned by normal cell selection.
Implementation
bool startPointerDrag({
required bool enabled,
required bool modifierActive,
required FdcGridCellRef target,
required FdcGridCellRef? selectedCell,
});