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

description

String getoverflowWrap

Gets the value of "overflow-wrap"

Implementation

String get overflowWrap => getPropertyValue('overflow-wrap');

setoverflowWrap (String value)

Sets the value of "overflow-wrap"

Implementation

set overflowWrap(String value) {
  setProperty('overflow-wrap', value, '');
}