wrapThrough property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getwrapThrough

Gets the value of "wrap-through"

Implementation

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

setwrapThrough (String value)

Sets the value of "wrap-through"

Implementation

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