borderHeader method

Table borderHeader(
  1. bool value
)

Sets whether to show the header separator.

Implementation

Table borderHeader(bool value) {
  _borderHeader = value;
  return this;
}