backgroundImage method

DefineMContainerModifier backgroundImage(
  1. String value
)

Implementation

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