livvicTextTheme static method

TextTheme livvicTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme livvicTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._livvicTextTheme(textTheme);
}