gridFlowCol method

GridBuilder gridFlowCol()

设置grid自动流向为列

Implementation

GridBuilder gridFlowCol() {
  // 未来版本将支持auto flow
  return this;
}