cssText property

  1. @override
String get cssText

Returns the CSS text from the style properties.

Implementation

@override
String get cssText => props.cssText;