TableEntity constructor
const
TableEntity({})
Implementation
const TableEntity({
this.columnCount,
this.rowCount,
this.addable = false,
this.removable = false,
this.captionLayout,
required this.columns,
required this.rows,
this.footerLayout,
});