borderWidth method

TableBuilder borderWidth(
  1. double width
)

设置边框宽度

Implementation

TableBuilder borderWidth(double width) {
  return border(TableBorder.all(width: width));
}