NiceDashboardLayout constructor
- Key? key,
- required List<
NiceDashboardPanel> panels, - int columns = 4,
- double cellHeight = 200,
- double spacing = 12,
- void onLayoutChanged(
- List<
NiceDashboardPanel> panels
- List<
- bool editable = false,
- void onPanelRemoved(
- String panelId
Implementation
const NiceDashboardLayout({
super.key,
required this.panels,
this.columns = 4,
this.cellHeight = 200,
this.spacing = 12,
this.onLayoutChanged,
this.editable = false,
this.onPanelRemoved,
});