CustomCard constructor Null safety
- {Key? key,
- double? borderRadius,
- Widget? child,
- BoxShadow? boxShadow,
- Color? backgroundColor,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- bool? showOnOverflow}
Implementation
const CustomCard({
Key? key,
this.borderRadius,
this.child,
this.boxShadow,
this.backgroundColor,
this.margin,
this.padding,
this.showOnOverflow,
}) : super(key: key);