cssText property

String cssText

Implementation

_i2.String get cssText => _i4.getProperty(
      this,
      'cssText',
    );
void cssText=(String value)

Implementation

set cssText(_i2.String value) {
  _i4.setProperty(
    this,
    'cssText',
    value,
  );
}