gridFlowRow method

GridBuilder gridFlowRow()

设置grid自动流向为行

Implementation

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