CustomCard constructor
CustomCard({
- Color? bgColor,
- Color? cardBorderbgColor,
- Widget? child,
- double? cardRadius,
- GestureTapCallback? onCardPress,
- bool isGiveWith = true,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Color? shadowColor,
- double? elevation,
- double? cardBorderWidth,
Implementation
CustomCard(
{this.bgColor,
this.cardBorderbgColor,
this.child,
this.cardRadius,
this.onCardPress,
this.isGiveWith = true,
this.margin,
this.padding,
this.shadowColor,
this.elevation,
this.cardBorderWidth});