down method

AzColumn down()

Implementation

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