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