sairaExtraCondensedTextTheme static method

TextTheme sairaExtraCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme sairaExtraCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._sairaExtraCondensedTextTheme(textTheme);
}