rowGap property

String rowGap

Implementation

_i2.String get rowGap => _i4.getProperty(
      this,
      'rowGap',
    );
void rowGap=(String value)

Implementation

set rowGap(_i2.String value) {
  _i4.setProperty(
    this,
    'rowGap',
    value,
  );
}