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

description

String getlineBreak

Gets the value of "line-break"

Implementation

String get lineBreak => getPropertyValue('line-break');

setlineBreak (String value)

Sets the value of "line-break"

Implementation

set lineBreak(String value) {
  setProperty('line-break', value, '');
}