borderColumn method

Table borderColumn(
  1. bool value
)

Sets whether to show column separators.

Implementation

Table borderColumn(bool value) {
  _borderColumn = value;
  return this;
}