Widget radius(Widget child, {evaluation: double}) { return MyBaseCard( child: child, radius: this == null ? 0.0 : this.toDouble(), elevation: evaluation, ); }