headerStyle method

Table headerStyle(
  1. Style style
)

Sets the style for the header row.

Implementation

Table headerStyle(Style style) {
  _headerStyle = style;
  return this;
}