ibmPlexSansCondensedTextTheme static method

TextTheme ibmPlexSansCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme ibmPlexSansCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ibmPlexSansCondensedTextTheme(textTheme);
}