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