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