resolveBackgroundImage static method
dynamic
resolveBackgroundImage(
- String present,
- RenderStyle renderStyle,
- String property,
- WebFController controller,
- String? baseHref,
Implementation
static resolveBackgroundImage(
String present, RenderStyle renderStyle, String property, WebFController controller, String? baseHref) {
List<CSSFunctionalNotation> functions = CSSFunction.parseFunction(present);
return CSSBackgroundImage(functions, renderStyle, controller, baseHref: baseHref);
}