CustomCard constructor
const
CustomCard({
- Key? key,
- Color? color,
- Color? shadowColor,
- Color? surfaceTintColor,
- double? elevation,
- ShapeBorder? shape,
- bool borderOnForeground = true,
- EdgeInsetsGeometry? margin,
- Widget? child,
- bool semanticContainer = true,
- EdgeInsets? padding,
- double? height,
- double? width,
- BorderRadius? borderRadius,
Implementation
const CustomCard({
super.key,
super.color,
super.shadowColor,
super.surfaceTintColor,
//super.clipBehavior,
super.elevation,
super.shape,
super.borderOnForeground = true,
super.margin,
super.child,
super.semanticContainer = true,
this.padding,
this.height,
this.width,
this.borderRadius
});