scaleDown method

AzImage scaleDown()

Implementation

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