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