[Question] How to align element in page.overlay() list? #5120
-
QuestionI making virtual keyboard and main problem for me is aligning element in overlay list, cause by page.update() it shows in top left corner. I was trying Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
Mar 25, 2025
Replies: 1 comment 2 replies
-
Follow this: https://flet.dev/docs/controls/stack/#absolute-positioning-inside-stack |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fyi: You must not create a
Stack
(except if you need/want to, of course). The overlay controls 'live' in aStack
.Example: