NiceDashboardPanel constructor
Implementation
NiceDashboardPanel({
required this.id,
required this.title,
required this.builder,
this.row = 0,
this.col = 0,
this.rowSpan = 1,
this.colSpan = 1,
this.icon,
this.removable = true,
});