bigShouldersStencilDisplayTextTheme static method

TextTheme bigShouldersStencilDisplayTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bigShouldersStencilDisplayTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bigShouldersStencilDisplayTextTheme(textTheme);
}