cabinCondensedTextTheme static method

TextTheme cabinCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme cabinCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._cabinCondensedTextTheme(textTheme);
}