yesevaOneTextTheme static method
Applies the Yeseva One font family from Google Fonts to every
TextStyle in the given textTheme
.
See:
Implementation
static TextTheme yesevaOneTextTheme([TextTheme? textTheme]) {
return GoogleFonts._yesevaOneTextTheme(textTheme);
}