majorMonoDisplayTextTheme static method

TextTheme majorMonoDisplayTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme majorMonoDisplayTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._majorMonoDisplayTextTheme(textTheme);
}