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