bigShouldersInlineTextTextTheme static method

TextTheme bigShouldersInlineTextTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bigShouldersInlineTextTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bigShouldersInlineTextTextTheme(textTheme);
}