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