bigShouldersInlineDisplayTextTheme static method

TextTheme bigShouldersInlineDisplayTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bigShouldersInlineDisplayTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bigShouldersInlineDisplayTextTheme(textTheme);
}