caladeaTextTheme static method

TextTheme caladeaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme caladeaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._caladeaTextTheme(textTheme);
}