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, ''); }