Render component on top of the bottom sheet #1835
Answered by falk-stefan
falk-stefan asked this question in Q&A
-
| The following example from the repository shows a small icon which displays some weather information (Cloudy, 12°): What is the recommended way to render something on top of the bottom sheet? I couldn't find a straight forward way other than render my own handle-component so far. |
Beta Was this translation helpful? Give feedback.
Answered by falk-stefan Aug 20, 2024
Replies: 2 comments 3 replies
-
| hello, were you able to figure this out? |
Beta Was this translation helpful? Give feedback.
2 replies
-
| How can you do the weather icon in the example? it is placed outside the themed bottom sheet, yet moves with it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Yes. You can use
handleComponentand customize it: