bigShouldersInlineTextTextTheme static method
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);
}