Gets the value of "overflow"
String get overflow => this._overflow;
Sets the value of "overflow"
set overflow(String? value) { _overflow = value == null ? '' : value; }