onPressed property

VoidCallback? onPressed
final

The callback that is called when the menu item is tapped or otherwise activated.

If this is set to null, the menu item will be disabled (greyed out).

Implementation

final VoidCallback? onPressed;