textShadow property Null safety

String textShadow

Gets the value of "text-shadow"

Implementation

String get textShadow => getPropertyValue('text-shadow');
void textShadow= (String value)

Sets the value of "text-shadow"

Implementation

set textShadow(String value) {
  setProperty('text-shadow', value, '');
}