borderWidth method
Implementation
AzContainer borderWidth(double width){
_borderWidth = width;
// _border = borderSet();
return this;
}
AzContainer borderWidth(double width){
_borderWidth = width;
// _border = borderSet();
return this;
}