StaticTable constructor
const
StaticTable({})
Implementation
const StaticTable({
required this.headers,
required this.rows,
this.showDividers = true,
this.striped = false,
this.stickyHeader = false,
this.alignments,
this.showHeader = true,
super.key,
});