wrapThrough property

String wrapThrough

Gets the value of "wrap-through"

Implementation

String get wrapThrough => getPropertyValue('wrap-through');
void wrapThrough=(String value)

Sets the value of "wrap-through"

Implementation

set wrapThrough(String value) {
  setProperty('wrap-through', value, '');
}