firaCodeTextTheme static method

TextTheme firaCodeTextTheme([
  1. TextTheme? textTheme
])

Applies the Fira Code font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme firaCodeTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._firaCodeTextTheme(textTheme);
}