columnGap property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getcolumnGap
Gets the value of "column-gap"
Implementation
String get columnGap => getPropertyValue('column-gap');
setcolumnGap (String value)
Sets the value of "column-gap"
Implementation
set columnGap(String value) {
setProperty('column-gap', value, '');
}