CupertinoMenuAnimationStatusChangedCallback typedef

CupertinoMenuAnimationStatusChangedCallback = void Function(AnimationStatus status)

Signature for the callback called in response to a CupertinoMenuAnchor changing its AnimationStatus.

Implementation

typedef CupertinoMenuAnimationStatusChangedCallback = void Function(AnimationStatus status);