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