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