borderRight method

Table borderRight(
  1. bool value
)

Sets whether to show the right border.

Implementation

Table borderRight(bool value) {
  _borderRight = value;
  return this;
}