vartaTextTheme static method

TextTheme vartaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme vartaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._vartaTextTheme(textTheme);
}