barlowCondensedTextTheme static method

TextTheme barlowCondensedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme barlowCondensedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._barlowCondensedTextTheme(textTheme);
}