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