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