🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

DefaultTooltipCaretShape

Default Shape of the caret used by tooltips.

Source set: Common
public class DefaultTooltipCaretShape(public val caretSize: DpSize = TooltipDefaults.caretSize) :
    Shape

Default Shape of the caret used by tooltips.

Parameters

caretSize the size of the caret used

Functions

createOutline

Source set: Common
override fun createOutline(
        size: Size,
        layoutDirection: LayoutDirection,
        density: Density,
    ): Outline

Content updated: