UMenuGroup constructor
const
UMenuGroup({})
Implementation
const UMenuGroup({
required this.id,
required this.title,
required this.icon,
required this.children,
this.initiallyExpanded = false,
});
const UMenuGroup({
required this.id,
required this.title,
required this.icon,
required this.children,
this.initiallyExpanded = false,
});