lineBoxContain property
Gets the value of "line-box-contain"
Implementation
String get lineBoxContain => getPropertyValue('line-box-contain');
Sets the value of "line-box-contain"
Implementation
set lineBoxContain(String value) {
setProperty('line-box-contain', value, '');
}