Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 15, 2026 07:18
Show Gist options
  • Select an option

  • Save skydoves/93f2f7692957ec770d26ed01b3299d83 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/93f2f7692957ec770d26ed01b3299d83 to your computer and use it in GitHub Desktop.
FlexibleBottomSheet - Reading state properties
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