menuAnimationEnabled property

bool menuAnimationEnabled
final

Whether anchored Material menus animate while opening and closing.

This is forwarded to Flutter's official MenuAnchor.animated and every nested SubmenuButton.animated. It defaults to true, overriding those widgets' non-animated default consistently across the complete action tree.

Implementation

final bool menuAnimationEnabled;