cellStyle method

Table cellStyle(
  1. Style style
)

Sets the default cell style.

Implementation

Table cellStyle(Style style) {
  _cellStyle = style;
  return this;
}