noticiaTextTextTheme static method

TextTheme noticiaTextTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme noticiaTextTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._noticiaTextTextTheme(textTheme);
}