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