lineBoxContain property

String lineBoxContain

Gets the value of "line-box-contain"

Implementation

String get lineBoxContain => getPropertyValue('line-box-contain');
void lineBoxContain=(String value)

Sets the value of "line-box-contain"

Implementation

set lineBoxContain(String value) {
  setProperty('line-box-contain', value, '');
}