palanquinTextTheme static method

TextTheme palanquinTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme palanquinTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._palanquinTextTheme(textTheme);
}