gapX method

GridBuilder gapX(
  1. double gap
)

设置grid列间距

Implementation

GridBuilder gapX(double gap) {
  _columnGap = gap;
  return this;
}