firaSansCondensedTextTheme static method

TextTheme firaSansCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme firaSansCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._firaSansCondensedTextTheme(textTheme);
}