theme method

Table theme(
  1. TableTheme theme
)

Sets a table theme for the table.

Implementation

Table theme(TableTheme theme) {
  _theme = theme;
  return this;
}