courgetteTextTheme static method

TextTheme courgetteTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme courgetteTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._courgetteTextTheme(textTheme);
}