Gets the value of "text-shadow"
Source
String get textShadow => getPropertyValue('text-shadow');
Sets the value of "text-shadow"
Source
set textShadow(String value) {
setProperty('text-shadow', value, '');
}
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, '');
}