sairaExtraCondensedTextTheme static method
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);
}