firaSansExtraCondensedTextTheme static method

TextTheme firaSansExtraCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme firaSansExtraCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._firaSansExtraCondensedTextTheme(textTheme);
}