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