Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please implement functionality for the app bar (feature) #323

Open
bksubhuti opened this issue Oct 30, 2023 · 0 comments
Open

Please implement functionality for the app bar (feature) #323

bksubhuti opened this issue Oct 30, 2023 · 0 comments

Comments

@bksubhuti
Copy link

I was not able to make this work on an appbar as an action[].
I get the speed dial button and animations, but the children menu items do not show up.
So I had to implement my own PopupMenuButton. It would be good if this worked inside the appbar.

 Widget build(BuildContext context) {
    return AppBar(
      automaticallyImplyLeading: false,
      title: Text(AppLocalizations.of(context)!.bookmark),
      actions: [
        buildDropdownButton(context),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant