CustomToolbarItem constructor
const
CustomToolbarItem({})
Implementation
const CustomToolbarItem({
required this.id,
this.title,
this.icon,
this.className,
this.onPressed,
this.selected,
this.disabled,
});