Resolves a CSSURL value
value
String? resolveCSSURLValue(String? url) { if (cssURLResolver != null) { return cssURLResolver!(url); } return url; }