NiceDashboardWidget constructor
Implementation
NiceDashboardWidget({
required this.id,
required this.type,
this.title = '',
this.x = 0,
this.y = 0,
this.width = 4,
this.height = 3,
this.config = const {},
});
NiceDashboardWidget({
required this.id,
required this.type,
this.title = '',
this.x = 0,
this.y = 0,
this.width = 4,
this.height = 3,
this.config = const {},
});