zt
07/06/2024, 12:15 AMTooltipBox
composable doesn't have default value for positionProvider
or state
params, which most of the time will just be TooltipDefaults.rememberPlainTooltipPositionProvider()
and rememberTooltipState()
respectively. Is there a specific reason that it doesn't have a default value? I can't think of any reason why they have no default value. If a developer needs to change the behavior they can already pass in a different valuezt
07/06/2024, 12:19 AM