baseStyle method

Table baseStyle(
  1. Style style
)

Sets the base style for the whole table.

Implementation

Table baseStyle(Style style) {
  _baseStyle = style;
  return this;
}