pickedItemTooltipTextStyle property

TextStyle? pickedItemTooltipTextStyle
final

The textstyle of picked item tooltip.

Keep in mind that, this is a child of AnimatedDefaultTextStyle and you can use

conditions to animate your textstyle.

Implementation

final TextStyle? pickedItemTooltipTextStyle;