Gets the value of "wrap-through"
Source
String get wrapThrough => getPropertyValue('wrap-through');
Sets the value of "wrap-through"
Source
set wrapThrough(String value) {
setProperty('wrap-through', value, '');
}
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, '');
}