TR.footer constructor
const
TR.footer({
Factory for footer rows, often for totals or summaries.
Uses TRStyle.footer for visual distinction, with column cells.
Efficient for static content in SliverScreen without state overhead.
Implementation
const TR.footer({required this.column, this.color, this.decoration})
: style = TRStyle.footer;