TR.header constructor

const TR.header({
  1. required List<TD> column,
  2. Color? color,
  3. BoxDecoration? decoration,
})

Implementation

const TR.header({required this.column, this.color, this.decoration})
    : style = TRStyle.header;