String textOverflow

Gets the value of "text-overflow"

Source

String get textOverflow => getPropertyValue('text-overflow');
void textOverflow=(String value)

Sets the value of "text-overflow"

Source

set textOverflow(String value) {
  setProperty('text-overflow', value, '');
}