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