gapY method

GridBuilder gapY(
  1. double gap
)

设置grid行间距

Implementation

GridBuilder gapY(double gap) {
  _rowGap = gap;
  return this;
}