rowGap property
Gets the value of "row-gap"
Implementation
String get rowGap => getPropertyValue('row-gap');
Sets the value of "row-gap"
Implementation
set rowGap(String value) {
setProperty('row-gap', value, '');
}
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, '');
}