width method

AzContainer width(
  1. double width
)

Implementation

AzContainer width(double width){
  _width = width;
  return this;
}