LegacyTable constructor
const
LegacyTable({})
Implementation
const LegacyTable({
Key? id,
required this.columns,
required this.rows,
required this.state,
this.widths,
}) : _id = id;
const LegacyTable({
Key? id,
required this.columns,
required this.rows,
required this.state,
this.widths,
}) : _id = id;