MenuAction typedef

MenuAction = void Function()

Action triggered by interaction with the menu.

Implementation

typedef MenuAction = void Function();