backgroundImage method
Implementation
DefineMImageModifier backgroundImage(String value) {
return this.copyWith(valueBackgroundImage: value);
}
DefineMImageModifier backgroundImage(String value) {
return this.copyWith(valueBackgroundImage: value);
}