columns property

String get columns

Gets the value of "columns"

Implementation

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

Sets the value of "columns"

Implementation

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