bigShouldersTextTextTheme static method

TextTheme bigShouldersTextTextTheme([
  1. TextTheme? textTheme
])

Applies the Big Shoulders Text font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme bigShouldersTextTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bigShouldersTextTextTheme(textTheme);
}