Widget clip({Clip clipBehavior = Clip.hardEdge}) { return ClipRect( clipBehavior: clipBehavior, child: this, ); }