rowGap property

String rowGap

Gets the value of "row-gap"

Implementation

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

Sets the value of "row-gap"

Implementation

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