TR.normal constructor

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

Implementation

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