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