getClip method

  1. @override
dynamic getClip(
  1. dynamic size
)

Implementation

@override
Path getClip(Size size) {
  return getPath(size);
}