mitrTextTheme static method

TextTheme mitrTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme mitrTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._mitrTextTheme(textTheme);
}