bungeeInlineTextTheme static method

TextTheme bungeeInlineTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bungeeInlineTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bungeeInlineTextTheme(textTheme);
}