textShadow property

String textShadow

Implementation

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

Implementation

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