Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Calculates if this color is considered light.
Link copied to clipboard
fun Tooltip(expanded: MutableState<Boolean>, modifier: Modifier = Modifier, timeoutMillis: Long = TooltipTimeout, backgroundColor: Color = Color.Black, offset: DpOffset = DpOffset(0.dp, 0.dp), properties: PopupProperties = PopupProperties(focusable = true), content: @Composable ColumnScope.() -> Unit)
Tooltip implementation for AndroidX Jetpack Compose. Based on material DropdownMenu implementation