clipRect method

Widget clipRect()

Clip the widget with a rectangle

Implementation

Widget clipRect() => ClipRect(child: this);