styleClass property
Implementation
@override
String get styleClass => root.styleClass;
The Stylesheet class
value for CSS Style instances to be applied
to this node.
Implementation
@override
set styleClass(String v) => root.styleClass = v;
@override
String get styleClass => root.styleClass;
The Stylesheet class
value for CSS Style instances to be applied
to this node.
@override
set styleClass(String v) => root.styleClass = v;