backgroundImage property

DecorationImage? get backgroundImage

Implementation

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

Implementation

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