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