fitWidth method

AzImage fitWidth()

Implementation

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