cssText property
String
get
cssText
Implementation
_i2.String get cssText => _i4.getProperty(
this,
'cssText',
);
set
cssText
(String value)
Implementation
set cssText(_i2.String value) {
_i4.setProperty(
this,
'cssText',
value,
);
}