purplePurseTextTheme static method

TextTheme purplePurseTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme purplePurseTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._purplePurseTextTheme(textTheme);
}