MenuGroup constructor
const
MenuGroup({})
Implementation
const MenuGroup({
required this.title,
required this.items,
this.claimName,
this.fontSize,
this.fontWeight,
this.iconSize,
});
const MenuGroup({
required this.title,
required this.items,
this.claimName,
this.fontSize,
this.fontWeight,
this.iconSize,
});