onPanStart abstract method

Selection? onPanStart(
  1. DragStartDetails details,
  2. MobileSelectionDragMode mode
)

The functions below are only for mobile.

Implementation

Selection? onPanStart(
  DragStartDetails details,
  MobileSelectionDragMode mode,
);