overflow property

String overflow

Gets the value of "overflow"

Implementation

String get overflow => this._overflow;
void overflow= (String value)

Sets the value of "overflow"

Implementation

set overflow(String value) {
  _overflow = value == null ? '' : value;
}