In this image, this is the main screen.
I want to add a setting screen for the user, which can be accessed by swiping from down to up ( Following the red arrow)
If the user swipes in Up direction, another Screen or Arrangement will open having setting options.
How can i do that!
Can someone help me with that?
Thank you
Create a vertical scroll arrangement and set height and width to fill parent … inside this add the cardview that you have created and use the scroll handler extension and register the vertical scroll arrangement in the extension. from the extenion use the block when scrolled upwards then use what you want to do