selected method

bool selected(
  1. BuildContext context
)

If the item is selected.

Implementation

bool selected(BuildContext context) =>
    _MenuItemSelected.itemSelected(context) ?? false;