CssStyleDeclaration.css constructor
- String css
Implementation
factory CssStyleDeclaration.css(String css) {
final style = new DivElement().style;
style.cssText = css;
return style;
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
factory CssStyleDeclaration.css(String css) {
final style = new DivElement().style;
style.cssText = css;
return style;
}