Menu constructor
Menu({
- required List<
MenuItem> items, - FlickerRole? role,
Implementation
Menu({required this.items, this.role});
Menu({required this.items, this.role});