wrap property
String
get
wrap
Sets or retrieves how to handle wordwrapping in the object.
Implementation
_i2.String get wrap => _i4.getProperty(
this,
'wrap',
);
set
wrap
(String value)
Implementation
set wrap(_i2.String value) {
_i4.setProperty(
this,
'wrap',
value,
);
}