Gets the value of "row-gap"
String get rowGap => getPropertyValue('row-gap');
Sets the value of "row-gap"
set rowGap(String value) { setProperty('row-gap', value, ''); }