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