kulimParkTextTheme static method

TextTheme kulimParkTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme kulimParkTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._kulimParkTextTheme(textTheme);
}