encodeSansCondensedTextTheme static method

TextTheme encodeSansCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme encodeSansCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._encodeSansCondensedTextTheme(textTheme);
}