String columns

Gets the value of "columns"

Source

String get columns => getPropertyValue('columns');
void columns=(String value)

Sets the value of "columns"

Source

set columns(String value) {
  setProperty('columns', value, '');
}