CustomCard constructor

CustomCard({
  1. Color? bgColor,
  2. Color? cardBorderbgColor,
  3. Widget? child,
  4. double? cardRadius,
  5. GestureTapCallback? onCardPress,
  6. bool isGiveWith = true,
  7. EdgeInsetsGeometry? margin,
  8. EdgeInsetsGeometry? padding,
  9. Color? shadowColor,
  10. double? elevation,
  11. 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});