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