vesperLibreTextTheme static method

TextTheme vesperLibreTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme vesperLibreTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._vesperLibreTextTheme(textTheme);
}