Bottom Sheet Scope
class BottomSheetScope
Functions
Link copied to clipboard
fun BottomSheetScope.DragIndication(modifier: Modifier = Modifier, indication: Indication = rememberFocusRingIndication(
ringColor = Color.Blue,
ringWidth = 4.dp,
paddingValues = PaddingValues(horizontal = 8.dp, vertical = 14.dp),
cornerRadius = 8.dp
), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, onClickLabel: String? = "Toggle sheet")
A drag indication that can be used to control the bottom sheet.