columnWidth property
String
get
columnWidth
Gets the value of "column-width"
Implementation
String get columnWidth => getPropertyValue('column-width');
set
columnWidth
(String? value)
Sets the value of "column-width"
Implementation
set columnWidth(String? value) {
setProperty('column-width', value, '');
}