Closed worldwidee closed 1 year ago
Hello, when i do setstate in scaffold, the bottom sheet is closing. Is there any way to lock bottom sheet?
This is a known issue. It's not related to the package itself but on how Scaffold builds itself. You can try keeping the state outside the Scaffold and using SolidController to update it.
SolidController
Hello, when i do setstate in scaffold, the bottom sheet is closing. Is there any way to lock bottom sheet?