ruthieTextTheme static method

TextTheme ruthieTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme ruthieTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ruthieTextTheme(textTheme);
}