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