CardWidget constructor Null safety
- {Key? key,
- required Widget child,
- Color? color,
- Color? borderColor,
- BoxShadow? borderShadow,
- BorderRadius borderRadius = Dimens.border_radius_small,
- double? width,
- double? height,
- EdgeInsets padding = Dimens.padding_small,
- EdgeInsets margin = Dimens.margin_zero}