tooltipOpacity property

double? tooltipOpacity
final

Tooltip background opacity.

Used by FlexColorScheme to modify the opacity on the effective colorScheme.surface color used on the themed PopupMenu background color.

If defined this overrides the opacity included via FlexColorScheme.tooltipsMatchBackground.

If not defined, defaults to FCS default opacity, see FlexColorScheme.tooltipsMatchBackground for details.

If defined and tooltipSchemeColor is undefined (null), the tooltipOpacity has no effect since it cannot act on undefined value.

Implementation

final double? tooltipOpacity;