NiceToolbar constructor
- Key? key,
- required List<
NiceToolbarItem> items, - void onItemTap(
- NiceToolbarItem item
- double height = 44,
- bool dense = false,
Implementation
const NiceToolbar({
super.key,
required this.items,
this.onItemTap,
this.height = 44,
this.dense = false,
});