headerStyle method
Sets the header style.
Implementation
GroupedDefinitionList headerStyle(Style style) {
_headerStyle = style;
return this;
}
Sets the header style.
GroupedDefinitionList headerStyle(Style style) {
_headerStyle = style;
return this;
}