NiceDashboardDesigner constructor
- Key? key,
- List<
NiceDashboardWidget> widgets = const [], - void onChange(
- List<
NiceDashboardWidget> widgets
- List<
- void onSave(
- List<
NiceDashboardWidget> widgets
- List<
- int columns = 12,
- double rowHeight = 60,
- bool showGrid = true,
- Widget widgetRenderer(
- NiceDashboardWidget widget
Implementation
const NiceDashboardDesigner({
super.key,
this.widgets = const [],
this.onChange,
this.onSave,
this.columns = 12,
this.rowHeight = 60,
this.showGrid = true,
this.widgetRenderer,
});