ImageStyle.url constructor
const
ImageStyle.url(
- String url
Creates an image style with url(...) syntax.
Implementation
const ImageStyle.url(String url) : value = 'url($url)';
Creates an image style with url(...) syntax.
const ImageStyle.url(String url) : value = 'url($url)';