cropRect property

  1. @protected
Rect get cropRect

Implementation

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

Implementation

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