openSansCondensedTextTheme static method

TextTheme openSansCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme openSansCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._openSansCondensedTextTheme(textTheme);
}