TooltipDefaults
object TooltipDefaults
Tooltip defaults that contain default values for both PlainTooltip and RichTooltip
Properties
Link copied to clipboard
The default Color for a PlainTooltip's container.
Link copied to clipboard
The default Shape for a PlainTooltip's container.
Link copied to clipboard
The default Color for the content within the PlainTooltip.
Link copied to clipboard
The default Shape for a RichTooltip's container.
Functions
Link copied to clipboard
@Composable
PopupPositionProvider that should be used with PlainTooltip. It correctly positions the tooltip in respect to the anchor content.
Link copied to clipboard
@Composable
PopupPositionProvider that should be used with RichTooltip. It correctly positions the tooltip in respect to the anchor content.
Link copied to clipboard
@Composable
Method to create a RichTooltipColors for RichTooltip using RichTooltipTokens to obtain the default colors.