cantoraOneTextTheme static method

TextTheme cantoraOneTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme cantoraOneTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._cantoraOneTextTheme(textTheme);
}