boxLines 属性

String boxLines

获取 "box-lines" 的值

实现

String get boxLines => getPropertyValue('box-lines');
void boxLines=(String value)

设置 "box-lines" 的值

实现

set boxLines(String value) {
  setProperty('box-lines', value, '');
}