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