columnCount 属性

String columnCount

获取 "column-count" 的值

实现

String get columnCount => getPropertyValue('column-count');
void columnCount=(String value)

设置 "column-count" 的值

实现

set columnCount(String value) {
  setProperty('column-count', value, '');
}