bigShouldersDisplayTextTheme static method

TextTheme bigShouldersDisplayTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bigShouldersDisplayTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bigShouldersDisplayTextTheme(textTheme);
}