-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot align custom popup widget to right side of screen #1
Comments
Hi, @phranklins Can you provide more details? The screenshot of whole screen and the code you made in UI builder. Thank you. |
Hi, @phranklins As I tested, and it works as expected. |
I want it flush with the right hand side of the screen similar to how the kabob/vertical ellipsis works in the Chrome Browser window. This is the code for the SecondaryMenuIconWidget
And the code for SecondaryMenuPopupWidget is:
If it's helpful, the widget code in Flutterflow looks like this for the entire Appbar:
|
Hi, @phranklins I was able to do something like this. What do you think? I put dx: 0, dy: 32. |
Hi, @phranklins I was able to fix. I believe you put the widget of the popup component. Can you make it as Don't the the widget manually. Just put it as Can you confirm it? so I can close this issue. |
Yes! that resolved the issue. I should have mentioned this was in web, but I did just notice that the supported platforms for your package don't include web. That was my miss since Flutterflow only supports packages with Web support. Thank you for all the help and digging into it! |
Well, it supports web also :) |
I have the custom popup appearing from an icon in the app bar in Flutterflow. I can move it more to the left, but no matter what is entered as dx in the custom widget code, the custom popup doesn't move closer to the right side of the screen. There seems to be an invisible padding or something preventing it from moving more. I can see a slight shadow when hovering over the space I want to remove via the offset.
The text was updated successfully, but these errors were encountered: