bigShouldersStencilTextTextTheme static method

TextTheme bigShouldersStencilTextTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bigShouldersStencilTextTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bigShouldersStencilTextTextTheme(textTheme);
}