wrapThrough property
Gets the value of "wrap-through"
Implementation
String get wrapThrough => getPropertyValue('wrap-through');
Sets the value of "wrap-through"
Implementation
set wrapThrough(String value) {
setProperty('wrap-through', value, '');
}