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