oldStandardTtTextTheme static method

TextTheme oldStandardTtTextTheme([
  1. TextTheme? textTheme
])

Applies the Old Standard TT font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme oldStandardTtTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._oldStandardTtTextTheme(textTheme);
}