autoRows method

GridBuilder autoRows(
  1. double height
)

设置自定义自动行高

Implementation

GridBuilder autoRows(double height) {
  // 未来版本将支持auto rows
  return this;
}