getPath method
Retrieve Path of shape
Implementation
@override
Path getPath({required Size size}) {
return _shape.getPath(
startAngle: startAngle,
clockwise: clockwise,
indentSideFactor: indentSideFactor,
size: size,
boxFit: boxFit,
cornerRadius: cornerRadius);
}