amiriTextTheme static method

TextTheme amiriTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme amiriTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._amiriTextTheme(textTheme);
}