TR.footer constructor

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

Implementation

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