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