MenuItemOptions constructor
- {required String name,
- required VoidCallback onPress,
- IconData? icon}
Implementation
MenuItemOptions({
required this.name,
required this.onPress,
this.icon,
});
MenuItemOptions({
required this.name,
required this.onPress,
this.icon,
});