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