sairaCondensedTextTheme static method

TextTheme sairaCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme sairaCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._sairaCondensedTextTheme(textTheme);
}