ruthieTextTheme static method
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);
}