textShadow property
Gets the value of "text-shadow"
Implementation
String get textShadow => getPropertyValue('text-shadow');
Sets the value of "text-shadow"
Implementation
set textShadow(String value) {
setProperty('text-shadow', value, '');
}