DefaultTooltipCaretShape

class DefaultTooltipCaretShape(val caretSize: DpSize = TooltipDefaults.caretSize) : Shape

Default Shape of the caret used by tooltips.

Parameters

caretSize

the size of the caret used

Constructors

Link copied to clipboard
constructor(caretSize: DpSize = TooltipDefaults.caretSize)

Properties

Link copied to clipboard
val caretSize: DpSize

Functions

Link copied to clipboard
open override fun createOutline(size: Size, layoutDirection: LayoutDirection, density: Density): Outline