getBackgroundImageProvider method
ImageProvider for DecorationImage backgrounds on container-style elements.
Implementation
ImageProvider getBackgroundImageProvider(String url) {
return AdaptiveImageUtils.getImageProvider(url);
}
ImageProvider for DecorationImage backgrounds on container-style elements.
ImageProvider getBackgroundImageProvider(String url) {
return AdaptiveImageUtils.getImageProvider(url);
}