ubuntuMonoTextTheme static method

TextTheme ubuntuMonoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme ubuntuMonoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ubuntuMonoTextTheme(textTheme);
}