onDrawSelectionZoomRect method

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

Performs selection zooming.

Implementation

@override
void onDrawSelectionZoomRect(
    double currentX, double currentY, double startX, double startY) {
  _drawSelectionZoomRect(currentX, currentY, startX, startY);
}