CSSBackgroundImage constructor

CSSBackgroundImage(
  1. List<CSSFunctionalNotation> functions,
  2. RenderStyle renderStyle,
  3. WebFController controller, {
  4. String? baseHref,
  5. double? gradientLengthHint,
})

Implementation

CSSBackgroundImage(this.functions, this.renderStyle, this.controller, {this.baseHref, this.gradientLengthHint});