setBackgroundImage method

void setBackgroundImage(
  1. DecorationImage? value
)

Implementation

void setBackgroundImage(DecorationImage? value) {
  _backgroundImage = value;
  _notify;
}