fitHeight method

AzImage fitHeight()

Implementation

AzImage fitHeight(){
  _fit = BoxFit.fitHeight;
  return this;
}