tooltipFixedFontStyle property

TextStyle get tooltipFixedFontStyle

Implementation

TextStyle get tooltipFixedFontStyle => fixedFontStyle.copyWith(
      color: colorScheme.tooltipTextColor,
    );