[Q] page.controls.append
vs page.add
#1685
Unanswered
goyalyashpal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
https://flet.dev/docs/controls/page/#controls
page.controls.append()
takes only single argument , butpage.add()
can take multiple ones, right? how does it do so? does it run loop inside?https://github.com/flet-dev/website/blob/dc9e4b2f40f751f979ab8e8321c92332fc6c1081/docs/guides/python/getting-started.md?plain=1#L125
https://github.com/flet-dev/website/blob/dc9e4b2f40f751f979ab8e8321c92332fc6c1081/docs/controls/page.md?plain=1#L59
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions