cutiveMonoTextTheme static method

TextTheme cutiveMonoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme cutiveMonoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._cutiveMonoTextTheme(textTheme);
}