TooltipState


The state that is associated with a TooltipBox. Each instance of TooltipBox should have its own TooltipState.

Summary

Public properties

MutableTransitionState<Boolean>

The current transition state of the tooltip.

Cmn

Inherited functions

From androidx.compose.material3.BasicTooltipState
Unit

Dismiss the tooltip associated with this BasicTooltipState if it's currently being shown.

Cmn
Unit

Clean up when the this state leaves Composition.

Cmn
suspend Unit
show(mutatePriority: MutatePriority)

Show the tooltip associated with the current BasicTooltipState.

Cmn

Inherited properties

From androidx.compose.material3.BasicTooltipState
Boolean

Boolean that determines if the tooltip associated with this will be persistent or not.

Cmn
Boolean

Boolean that indicates if the tooltip is currently being shown or not.

Cmn

Public properties

transition

val transitionMutableTransitionState<Boolean>

The current transition state of the tooltip. Used to start the transition of the tooltip when fading in and out.