gridRowGap property

String gridRowGap

@deprecated This is a legacy alias of rowGap.

Implementation

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

Implementation

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