gridTemplateRows method

GridBuilder gridTemplateRows(
  1. String template
)

设置自定义grid模板行

Implementation

GridBuilder gridTemplateRows(String template) {
  _templateRows = null;
  // 未来版本将支持自定义模板
  return this;
}