textStyle property

TextStyle textStyle

Get the app-wide text style.

Implementation

TextStyle get textStyle => TextStyle(
      fontFamily: targetLanguage.defaultFontFamily,
      fontFeatures: const [FontFeature('liga', 0)],
      locale: targetLanguage.locale,
      textBaseline: targetLanguage.textBaseline,
    );