IconButtonMenu constructor
The list of selectable MenuItems that populate the DropdownMenu displayed on button press, allowing customization of options like actions or choices; defaults to an empty list for safe initialization without requiring explicit null checks, integrating with showDropdown for contextual menus in inputs.
Implementation
const IconButtonMenu({super.key, required this.icon, required this.items});