encodeSansSemiCondensedTextTheme static method

TextTheme encodeSansSemiCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme encodeSansSemiCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._encodeSansSemiCondensedTextTheme(textTheme);
}