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