Table constructor
Table({})
Implementation
Table({
this.columns,
this.rows,
this.suggestedDeletionIds,
this.suggestedInsertionIds,
this.tableRows,
this.tableStyle,
});
Table({
this.columns,
this.rows,
this.suggestedDeletionIds,
this.suggestedInsertionIds,
this.tableRows,
this.tableStyle,
});