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