tooltipSchemeColor property

SchemeColor? tooltipSchemeColor
final

The ColorScheme based color used as background color on Tooltips.

If defined this overrides the style set via FlexColorScheme.tooltipsMatchBackground.

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

Implementation

final SchemeColor? tooltipSchemeColor;