bangersTextTheme static method

TextTheme bangersTextTheme([
  1. TextTheme? textTheme
])

Applies the Bangers font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme bangersTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bangersTextTheme(textTheme);
}