How to send argument to Get.bottomsheet? #1012
Unanswered
Thiyraash96
asked this question in
Q&A
Replies: 3 comments
-
Hi @Thiyraash96, you can send via the Widget constructor: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @eduardoflorence for the suggestion. Yes we can send the data using Widget's constructor. Is this the only way we can send data to Get.BottomSheet 's widget? We does not have anything like Get.bottomsheet(Widget(), argument:data) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try this @Thiyraash96 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all thanks for the wonderful package. I have question. How do we send arguments to widget which we open using Get.bottomsheet(); Normal we can send argument from one page to another using Get.toNamed('/path',argument:data). is there anything similar for the Get.bottomsheet(Widget(), argument:data)
Beta Was this translation helpful? Give feedback.
All reactions