backgroundImageFit method
Implementation
DefineMImageModifier backgroundImageFit(BoxFit value) {
return this.copyWith(valueBackgroundImageFit: value);
}
DefineMImageModifier backgroundImageFit(BoxFit value) {
return this.copyWith(valueBackgroundImageFit: value);
}