TR.header constructor
const
TR.header({
- required List<
TD> column, - Color? color,
- BoxDecoration? decoration,
Implementation
const TR.header({required this.column, this.color, this.decoration})
: style = TRStyle.header;