selected property

bool? selected
final

Whether to display a checkmark next to the menu item.

Defaults to null.

If PullDownMenuItem is used inside PullDownMenuActionsRow this property will be ignored and checkmark will not be showed.

When true, an PullDownMenuItemTheme.checkmark checkmark is displayed (from itemTheme).

If itemTheme is null then defaults from PullDownMenuItemTheme.defaults are used.

Implementation

final bool? selected;