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