ModuleMenu constructor
const
ModuleMenu({})
Implementation
const ModuleMenu({
required this.name,
this.icon,
this.image,
this.description,
required this.menuGroups,
this.onSelect,
this.fontSize,
this.fontWeight,
this.iconSize,
});