cropRect property

  1. @protected
Rect cropRect

Implementation

@protected
Rect get cropRect => _cropRect;
void cropRect=(Rect value)

Implementation

set cropRect(Rect value) {
  _cropRect = value;
  cropPainterKey.currentState?.setForegroundPainter(cropPainter);
}