vigaTextTheme static method

TextTheme vigaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme vigaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._vigaTextTheme(textTheme);
}