DeclareWidget constructor
Create a new DeclareWidget
name name of the widget
group group name of the widget
icon icon name of the widget
Implementation
const DeclareWidget({required this.name, required this.group, required this.icon});
Create a new DeclareWidget
name name of the widget
group group name of the widget
icon icon name of the widget
const DeclareWidget({required this.name, required this.group, required this.icon});