cardV1 method

AzContainer cardV1(
  1. Color backgroundColor
)

Implementation

AzContainer cardV1(Color backgroundColor){
  _bgColor = backgroundColor;
  _radius = funBorderRadius();
  _boxShadow = [funBoxShadow()];
  return this;
}