vollkornScTextTheme static method

TextTheme vollkornScTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme vollkornScTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._vollkornScTextTheme(textTheme);
}