subtleChartTextStyle property

TextStyle get subtleChartTextStyle

Implementation

TextStyle get subtleChartTextStyle => fixBlurryText(
      TextStyle(
        color: colorScheme._chartSubtleColor,
        fontSize: smallFontSize,
      ),
    );