Tooltip
fun PreviewLabTooltipScope.Tooltip(modifier: Modifier = Modifier, caretSize: DpSize = PreviewLabTooltipDefaults.CaretSize, maxWidth: Dp = PreviewLabTooltipDefaults.MaxWidth, shape: Shape = PreviewLabTooltipDefaults.Shape, containerColor: Color = PreviewLabTheme.colors.surface, shadowElevation: Dp = PreviewLabTooltipDefaults.ShadowElevation, content: @Composable () -> Unit)