contain method

AzImage contain()

Implementation

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