pathPaint property
Custom paint options for drawing the cropping border.
If paint
is provided, it will be used for customizing the appearance
of the cropping border.
If paint
is not provided, default values will be used:
- Color: Colors.white
- Stle PaintingStyle.stroke
- Stroke Join StrokeJoin.round
- Stroke Width: 4.0
Implementation
final Paint? pathPaint;