k2dTextTheme static method

TextTheme k2dTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme k2dTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._k2dTextTheme(textTheme);
}