SmoothCorner constructor

SmoothCorner({
  1. required Path path,
  2. required Offset targetPoint,
  3. required Offset controlPoint,
})

Implementation

SmoothCorner({
	required this.path,
	required this.targetPoint, required this.controlPoint});