clipPath method
Clip the widget with a custom path
Implementation
Widget clipPath(CustomClipper<Path> clipper) => ClipPath(clipper: clipper, child: this);
Clip the widget with a custom path
Widget clipPath(CustomClipper<Path> clipper) => ClipPath(clipper: clipper, child: this);