nosiferTextTheme static method

TextTheme nosiferTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme nosiferTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._nosiferTextTheme(textTheme);
}