CameraFocusPointPainter constructor
const
CameraFocusPointPainter({})
Implementation
const CameraFocusPointPainter({
required this.size,
required this.color,
this.radius = 2,
this.strokeWidth = 2,
}) : assert(size > 0);