loadCSSTheme method

void loadCSSTheme(
  1. Map<String, CSSValueBase>? css
)

Loads css into DOM.

Implementation

void loadCSSTheme(Map<String, CSSValueBase>? css) {
  loadCSS(cssPrefix, css);
  _loadedTheme = true;
}