---
title: "DefaultTooltipCaretShape"
description: "Default [Shape] of the caret used by tooltips."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


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


Default `Shape` of the caret used by tooltips.

#### Parameters

| | |
| --- | --- |
| caretSize | the size of the caret used |




