SolidOverflowMenuItem constructor
- required String id,
- required IconData icon,
- required String label,
- required VoidCallback onSelected,
- bool showInOverflow = true,
Implementation
const SolidOverflowMenuItem({
required this.id,
required this.icon,
required this.label,
required this.onSelected,
this.showInOverflow = true,
});