solidTwo method
Implementation
AzContainer solidTwo(borderColor, borderWidth){
_bgColor = borderColor.withOpacity(0.2);
border(borderColor, borderWidth, BorderStyle.solid, 0);
return this;
}
AzContainer solidTwo(borderColor, borderWidth){
_bgColor = borderColor.withOpacity(0.2);
border(borderColor, borderWidth, BorderStyle.solid, 0);
return this;
}