MenuStateChanged typedef

MenuStateChanged = void Function()

A callback that informs about Menu state change.

It is used by AnimationComponent to communicate with SelectionMenu.

Implementation

typedef MenuStateChanged = void Function();