Applies a Clip to the widget.
Widget clipped(Clip clipBehavior) { return ClipRect( clipBehavior: clipBehavior, child: this, ); }