BasicTooltipDefaults
-
Cmn
@ExperimentalFoundationApi
object BasicTooltipDefaults
BasicTooltip defaults that contain default values for tooltips created.
Summary
Constants |
||
|---|---|---|
const Long |
TooltipDuration = 1500The default duration, in milliseconds, that non-persistent tooltips will show on the screen before dismissing. |
Cmn
|
Public properties |
||
|---|---|---|
MutatorMutex |
The global/default |
Cmn
|
Constants
TooltipDuration
const val TooltipDuration = 1500: Long
The default duration, in milliseconds, that non-persistent tooltips will show on the screen before dismissing.
Public properties
GlobalMutatorMutex
val GlobalMutatorMutex: MutatorMutex
The global/default MutatorMutex used to sync Tooltips.