wrap method

Table wrap(
  1. bool value
)

Sets whether text should wrap in cells.

Implementation

Table wrap(bool value) {
  _wrap = value;
  return this;
}