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