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