height method

AzContainer height(
  1. double height
)

Implementation

AzContainer height(double height){
  _height = height;
  return this;
}