cutiveTextTheme static method

TextTheme cutiveTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme cutiveTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._cutiveTextTheme(textTheme);
}