CSSBackgroundImage.url constructor
CSSBackgroundImage.url(
- CSSURL? url, {
- CSSBackgroundBox? origin,
- CSSBackgroundBox? clip,
- CSSBackgroundAttachment? attachment,
- CSSBackgroundRepeat? repeat,
- String? position,
- String? size,
Implementation
CSSBackgroundImage.url(this.url,
{this.origin,
this.clip,
this.attachment,
this.repeat,
this.position,
this.size})
: gradient = null;