borderRow method

Table borderRow(
  1. bool value
)

Sets whether to show row separators.

Implementation

Table borderRow(bool value) {
  _borderRow = value;
  return this;
}