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