DefaultSelectionBoxPainter constructor

DefaultSelectionBoxPainter(
  1. Offset startPoint,
  2. Offset currentPoint
)

Implementation

DefaultSelectionBoxPainter(this.startPoint, this.currentPoint);