clipPath method

Widget clipPath(
  1. CustomClipper<Path> clipper
)

Clip the widget with a custom path

Implementation

Widget clipPath(CustomClipper<Path> clipper) => ClipPath(clipper: clipper, child: this);