CSSBackgroundImage constructor

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

Implementation

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