jetBrainsMonoTextTheme static method

TextTheme jetBrainsMonoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme jetBrainsMonoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._jetBrainsMonoTextTheme(textTheme);
}