columns property

String columns

Gets the value of "columns"

Implementation

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

Sets the value of "columns"

Implementation

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