width method

AzPositioned width(
  1. double double
)

Implementation

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