需要帮助showmodaltopsheet
我希望能够在 showmodaltopsheet “ https://booking.com” rel =“ nofollow noreferrer”> booking.com
在第一个 网站上图像(IMG1),已经进行了搜索。搜索标准包含在输入按钮中。 通过单击此按钮,我将获得更详细的搜索。(img2)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试使用堆栈小部件作为父级,并为顶部搜索和过滤部分制作单独的小部件。并为过滤器做一个布尔态。因此,当进行搜索时,国家将变为真。
因此,请尝试将堆栈用作父母,并将酒店列表作为第一个孩子,并将搜索文本框作为第二个孩子,其中包含填充和对齐属性作为对齐。Topcenter.topcenter。
以下是实现上述建议的示例代码。
示例工作图像和视频的链接。
Have you tried using stack widget as the parent and making a separate widget for the top search and filter section. And make a Boolean state for the filter. So the state will turn true when a search is made.
So try to use stack as the parent and make the list of hotels as the first child and make the search text box as the second child with container having padding and alignment property as Alignment.topCenter and make the stack fit property as StackFit.loose .
Below is the example code for implementing the above suggestion.
Link for the sample working images and video.
https://drive.google.com/drive/folders/1BrEtcQCg8VEN7WQgXUorBc34R04gipAA?usp=sharing