mirzaTextTheme static method

TextTheme mirzaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme mirzaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._mirzaTextTheme(textTheme);
}