borderTop method

Table borderTop(
  1. bool value
)

Sets whether to show the top border.

Implementation

Table borderTop(bool value) {
  _borderTop = value;
  return this;
}