autoCols method

GridBuilder autoCols(
  1. double width
)

设置自定义自动列宽

Implementation

GridBuilder autoCols(double width) {
  // 未来版本将支持auto columns
  return this;
}