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