oxygenMonoTextTheme static method

TextTheme oxygenMonoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme oxygenMonoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._oxygenMonoTextTheme(textTheme);
}