Gets the value of "column-count"
Source
String get columnCount => getPropertyValue('column-count');
Sets the value of "column-count"
Source
set columnCount(String value) {
setProperty('column-count', value, '');
}
Gets the value of "column-count"
String get columnCount => getPropertyValue('column-count');
Sets the value of "column-count"
set columnCount(String value) {
setProperty('column-count', value, '');
}