catamaranTextTheme static method

TextTheme catamaranTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme catamaranTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._catamaranTextTheme(textTheme);
}