backgroundImage property

DecorationImage? backgroundImage

Implementation

DecorationImage? get backgroundImage {
  return backgroundImageState?.fromController(this) ?? _backgroundImage;
}
void backgroundImage=(DecorationImage? value)

Implementation

set backgroundImage(DecorationImage? value) => _backgroundImage = value;