onDragStart method
void
onDragStart(
- DragStartDetails details,
- EpochFromX epochFromX,
- QuoteFromY quoteFromY,
- EpochToX epochToX,
- QuoteToY quoteToY,
override
Handles the start of a drag gesture during drawing creation.
Implementation
@override
void onDragStart(
DragStartDetails details,
EpochFromX epochFromX,
QuoteFromY quoteFromY,
EpochToX epochToX,
QuoteToY quoteToY,
) {
interactableDrawing.onDragStart(
details,
epochFromX,
quoteFromY,
epochToX,
quoteToY,
);
}