borderWidthForeground method

AzContainer borderWidthForeground(
  1. double width
)

Implementation

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