boxDecorationBreak property

String get boxDecorationBreak

Gets the value of "box-decoration-break"

Implementation

String get boxDecorationBreak => getPropertyValue('box-decoration-break');
set boxDecorationBreak (String value)

Sets the value of "box-decoration-break"

Implementation

set boxDecorationBreak(String value) {
  setProperty('box-decoration-break', value, '');
}