MenuStateWillChangeAfter typedef

MenuStateWillChangeAfter = void Function(Duration time)

A callback that informs about Menu state change that will occur after time.

It is used by AnimationComponent to communicate with SelectionMenu.

Implementation

typedef MenuStateWillChangeAfter = void Function(Duration time);