croissantOneTextTheme static method

TextTheme croissantOneTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme croissantOneTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._croissantOneTextTheme(textTheme);
}