down method

AzWrap down()

Implementation

AzWrap down(){
  _verticalDirection = VerticalDirection.down;
  return this;
}