TableWidget constructor
const
TableWidget({})
Implementation
const TableWidget({
super.key,
required this.controller,
this.isDarkMode = false,
this.onDrillDown,
this.onSelectionChanged,
});
const TableWidget({
super.key,
required this.controller,
this.isDarkMode = false,
this.onDrillDown,
this.onSelectionChanged,
});