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