getClip method Null safety
- Size size
override
Returns the outer path of shape as the clip.
Implementation
@override
Path getClip(Size size) {
return shape.getOuterPath(Offset.zero & size, textDirection: textDirection);
}
Returns the outer path of shape as the clip.
@override
Path getClip(Size size) {
return shape.getOuterPath(Offset.zero & size, textDirection: textDirection);
}