borderStyle method

Table borderStyle(
  1. Style style
)

Sets the style for the table borders.

Implementation

Table borderStyle(Style style) {
  _borderStyle = style;
  return this;
}