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