Created
February 15, 2026 07:18
-
-
Save skydoves/93f2f7692957ec770d26ed01b3299d83 to your computer and use it in GitHub Desktop.
FlexibleBottomSheet - Reading state properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val isSheetVisible = sheetState.isVisible | |
| val currentState = sheetState.currentValue | |
| val targetState = sheetState.targetValue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment