fit method

AzImage fit(
  1. BoxFit boxFit
)

Implementation

AzImage fit(BoxFit boxFit){
  _fit = boxFit;
  return this;
}