textOverflow property

String get textOverflow

Gets the value of "text-overflow"

Implementation

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

Sets the value of "text-overflow"

Implementation

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