prataTextTheme static method

TextTheme prataTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme prataTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._prataTextTheme(textTheme);
}