获取 "gap" 的值
String get gap => getPropertyValue('gap');
设置 "gap" 的值
set gap(String value) { setProperty('gap', value, ''); }