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