onDrawSelectionZoomRect method

  1. @override
void onDrawSelectionZoomRect(
  1. double currentX,
  2. double currentY,
  3. double startX,
  4. double startY,
)
override

Performs selection zooming.

Implementation

@override
void onDrawSelectionZoomRect(
        double currentX, double currentY, double startX, double startY) =>
    _zoomingBehaviorDetails.drawSelectionZoomRect(
        currentX, currentY, startX, startY);