ImageStyle.url constructor

const ImageStyle.url(
  1. String url
)

Creates an image style with url(...) syntax.

Implementation

const ImageStyle.url(String url) : value = 'url($url)';