getBackgroundImageProvider method

ImageProvider<Object> getBackgroundImageProvider(
  1. String url
)

ImageProvider for DecorationImage backgrounds on container-style elements.

Implementation

ImageProvider getBackgroundImageProvider(String url) {
  return AdaptiveImageUtils.getImageProvider(url);
}