vt323TextTheme static method

TextTheme vt323TextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme vt323TextTheme([TextTheme? textTheme]) {
  return GoogleFonts._vt323TextTheme(textTheme);
}