获取 "box-lines" 的值
String get boxLines => getPropertyValue('box-lines');
设置 "box-lines" 的值
set boxLines(String value) { setProperty('box-lines', value, ''); }