zcoolKuaiLeTextTheme static method

TextTheme zcoolKuaiLeTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme zcoolKuaiLeTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._zcoolKuaiLeTextTheme(textTheme);
}