onDrawSelectionZoomRect method
void
onDrawSelectionZoomRect()
override
Performs selection zooming.
Implementation
@override
void onDrawSelectionZoomRect(
double currentX, double currentY, double startX, double startY) =>
_zoomingBehaviorDetails.drawSelectionZoomRect(
currentX, currentY, startX, startY);