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