gridRowGap property
String
get
gridRowGap
@deprecated This is a legacy alias of rowGap
.
Implementation
_i2.String get gridRowGap => _i4.getProperty(
this,
'gridRowGap',
);
set
gridRowGap
(String value)
Implementation
set gridRowGap(_i2.String value) {
_i4.setProperty(
this,
'gridRowGap',
value,
);
}