borderLeft method

Table borderLeft(
  1. bool value
)

Sets whether to show the left border.

Implementation

Table borderLeft(bool value) {
  _borderLeft = value;
  return this;
}