options property
A list of PopupMenuOptions to be displayed when the popup button is activated.
Each option represents a selectable item in the menu, with associated
actions defined in their respective onTap
callbacks.
Implementation
final List<PopupMenuOption> options;