CSSBackgroundImage.url constructor

CSSBackgroundImage.url(
  1. CSSURL? url, {
  2. CSSBackgroundBox? origin,
  3. CSSBackgroundBox? clip,
  4. CSSBackgroundAttachment? attachment,
  5. CSSBackgroundRepeat? repeat,
  6. String? position,
  7. String? size,
})

Implementation

CSSBackgroundImage.url(this.url,
    {this.origin,
    this.clip,
    this.attachment,
    this.repeat,
    this.position,
    this.size})
    : gradient = null;