stintUltraCondensedTextTheme static method

TextTheme stintUltraCondensedTextTheme([
  1. TextTheme? textTheme
])

Applies the Stint Ultra Condensed font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme stintUltraCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._stintUltraCondensedTextTheme(textTheme);
}