backgroundImage method

DefineMRowModifier backgroundImage(
  1. String value
)

Implementation

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