textOverflow property

String textOverflow

Gets the value of "text-overflow"

Implementation

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

Sets the value of "text-overflow"

Implementation

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