ubuntuCondensedTextTheme static method

TextTheme ubuntuCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme ubuntuCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ubuntuCondensedTextTheme(textTheme);
}