css function
Helper to create a stylesheet from a map of rules.
Implementation
Stylesheet css(Map<String, Style> rules) => Stylesheet(rules);
Helper to create a stylesheet from a map of rules.
Stylesheet css(Map<String, Style> rules) => Stylesheet(rules);