Skip to content

Instantly share code, notes, and snippets.

@PriyaSindkar
Created June 26, 2023 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PriyaSindkar/c36de67fed843160d3728645fb6f72ba to your computer and use it in GitHub Desktop.
Save PriyaSindkar/c36de67fed843160d3728645fb6f72ba to your computer and use it in GitHub Desktop.
BottomSheet Drag Handle customization
// to customize sheet drag handle
sheetDragHandle = {
BottomSheetDefaults.DragHandle(
color = Color.Red,
shape = RoundedCornerShape(2.dp),
width = 48.dp,
height = 8.dp
)
},
--------
// to hide sheet drag handle
sheetDragHandle = {},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment