borderWidth method

AzContainer borderWidth(
  1. double width
)

Implementation

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