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