oswaldTextTheme static method

TextTheme oswaldTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme oswaldTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._oswaldTextTheme(textTheme);
}