robotoCondensedTextTheme static method

TextTheme robotoCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme robotoCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._robotoCondensedTextTheme(textTheme);
}