Returns a description of the clip given that the render object being clipped is of the given size.
@override Path getClip(Size size) { return pathBuilder.build(size); }