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