Interface ActionItem

All Superinterfaces:
DropdownButtonItem
All Known Implementing Classes:
AbstractDropdownButton.ActionItemImpl

public interface ActionItem extends DropdownButtonItem
Represents an item in a dropdown button that is associated with an Action. This interface provides functionalities for retrieving the related action and delegates click event handling to the encapsulated action logic.