cover method

AzImage cover()

Implementation

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