columns property
Gets the value of "columns"
Implementation
String get columns => getPropertyValue('columns');
Sets the value of "columns"
Implementation
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, '');
}