cardoTextTheme static method

TextTheme cardoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme cardoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._cardoTextTheme(textTheme);
}