viaodaLibreTextTheme static method

TextTheme viaodaLibreTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme viaodaLibreTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._viaodaLibreTextTheme(textTheme);
}