fill method

AzImage fill()

Implementation

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