fit method

Implementation

DefineMImageModifier fit(BoxFit value) {
  return this.copyWith(valueFit: value);
}