TR.header constructor
const
TR.header({
- required List<
TD> column, - Color? color,
- BoxDecoration? decoration,
Factory for header rows, typically used for column titles.
Applies TRStyle.header automatically, with column for header cells.
Integrates well with ArcaneTheme for consistent muted styling.
Implementation
const TR.header({required this.column, this.color, this.decoration})
: style = TRStyle.header;