mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 20:55:29 +08:00
The current MenuAnchor example in the API Docs is comprehensive and complicated for beginners. I have added a simple bare bone example without shortcuts, enums, etc in examples/api/lib/material/menu_anchor/ as `menu_anchor.3.dart`. The example is contributed by @mafreud Fixes https://github.com/flutter/flutter/issues/148104