rowGap property
String
get
rowGap
Implementation
_i2.String get rowGap => _i4.getProperty(
this,
'rowGap',
);
set
rowGap
(String value)
Implementation
set rowGap(_i2.String value) {
_i4.setProperty(
this,
'rowGap',
value,
);
}