robotoMonoTextTheme static method

TextTheme robotoMonoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme robotoMonoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._robotoMonoTextTheme(textTheme);
}