inikaTextTheme static method

TextTheme inikaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme inikaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._inikaTextTheme(textTheme);
}