textOverflow property

String textOverflow

Implementation

_i2.String get textOverflow => _i4.getProperty(
      this,
      'textOverflow',
    );
void textOverflow=(String value)

Implementation

set textOverflow(_i2.String value) {
  _i4.setProperty(
    this,
    'textOverflow',
    value,
  );
}