css property

String? get css

A string containing the CSS to inject. Exactly one of files and css must be specified.

Implementation

String? get css => _wrapped.css;
set css (String? v)

Implementation

set css(String? v) {
  _wrapped.css = v;
}