rowGap property

String get rowGap

Gets the value of "row-gap"

Implementation

String get rowGap => getPropertyValue('row-gap');
set rowGap (String value)

Sets the value of "row-gap"

Implementation

set rowGap(String value) {
  setProperty('row-gap', value, '');
}