Describe the bug
Listcontent is shown outside of the rounded corners.
To Reproduce
Add a rounded corner (24px) to the top of your slidinguppanel. Add a header with rounded (24px) corners. Add a Listview with content that has less than 24px padding. Scroll down in the listview and see the content visible in these corners.
Expected behavior
Not seeing content, having it wrapped by the rounded corner.
Screenshots
Smartphone (please complete the following information):
Device: [iPhone 12 Pro Simulator, iPhone 12 mini]
OS: [14.4]
Flutter Version [stable 1.22.5]
sliding_up_panel Version [1.0.2]
Sample main.dart
Please provide a sample main.dart that reproduces this issue. The code provided here should be able to be run on its own without any external dependencies.
Describe the bug Listcontent is shown outside of the rounded corners.
To Reproduce Add a rounded corner (24px) to the top of your slidinguppanel. Add a header with rounded (24px) corners. Add a Listview with content that has less than 24px padding. Scroll down in the listview and see the content visible in these corners.
Expected behavior Not seeing content, having it wrapped by the rounded corner.
Screenshots
Smartphone (please complete the following information):
Sample
main.dart
Please provide a samplemain.dart
that reproduces this issue. The code provided here should be able to be run on its own without any external dependencies.