ToolbarItem constructor
const
ToolbarItem({})
Implementation
const ToolbarItem({
super.key,
required this.icon,
this.onPressedButton,
this.tooltip,
this.isExpandable = false,
this.items,
this.expandableBackground,
});