columnWidth property

String columnWidth

Gets the value of "column-width"

Implementation

String get columnWidth => getPropertyValue('column-width');
void columnWidth=(String value)

Sets the value of "column-width"

Implementation

set columnWidth(String value) {
  setProperty('column-width', value, '');
}