overflow property

String overflow

Implementation

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

Implementation

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