DefaultTooltipScope

class DefaultTooltipScope(val getAnchorBounds: () -> LayoutCoordinates?) : TooltipScope

Constructors

Link copied to clipboard
constructor(getAnchorBounds: () -> LayoutCoordinates?)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun TooltipScope.Tooltip(modifier: Modifier = Modifier, caretSize: DpSize = TooltipDefaults.CaretSize, maxWidth: Dp = TooltipDefaults.MaxWidth, shape: Shape = TooltipDefaults.Shape, containerColor: Color = PreviewLabTheme.colors.surface, shadowElevation: Dp = TooltipDefaults.ShadowElevation, content: @Composable () -> Unit)