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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "columns"
String get columns => getPropertyValue('columns');
Sets the value of "columns"
set columns(String value) {
setProperty('columns', value, '');
}