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