textOverflow property
String
get
textOverflow
Implementation
_i2.String get textOverflow => _i4.getProperty(
this,
'textOverflow',
);
set
textOverflow
(String value)
Implementation
set textOverflow(_i2.String value) {
_i4.setProperty(
this,
'textOverflow',
value,
);
}