Widget clipOval({Clip clipBehavior = Clip.antiAlias}) { return ClipOval( clipBehavior: clipBehavior, child: this, ); }