MyBaseCard( {Key? key, this.child, this.radius = 8.0, this.elevation = 0.25, this.color = Colors.white}) : super(key: key);