borderColor method
Implementation
AzContainer borderColor(Color color){
_borderColor = color;
// _border = borderSet();
return this;
}
AzContainer borderColor(Color color){
_borderColor = color;
// _border = borderSet();
return this;
}