CardWidget constructor Null safety

CardWidget(
  1. {Key? key,
  2. required Widget child,
  3. Color? color,
  4. Color? borderColor,
  5. BoxShadow? borderShadow,
  6. BorderRadius borderRadius = Dimens.border_radius_small,
  7. double? width,
  8. double? height,
  9. EdgeInsets padding = Dimens.padding_small,
  10. EdgeInsets margin = Dimens.margin_zero}
)