basicTextTheme static method

TextTheme basicTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme basicTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._basicTextTheme(textTheme);
}