borderBottom method

Table borderBottom(
  1. bool value
)

Sets whether to show the bottom border.

Implementation

Table borderBottom(bool value) {
  _borderBottom = value;
  return this;
}