FollyMenuGroup constructor
const
FollyMenuGroup({})
Implementation
const FollyMenuGroup({
required this.items,
this.label,
this.iconData,
this.initialExpanded = false,
this.controller,
this.color,
this.backgroundColor = Colors.transparent,
super.key,
});