CSSBackgroundImage.gradient constructor

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

Implementation

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