jaldiTextTheme static method

TextTheme jaldiTextTheme([
  1. TextTheme? textTheme
])

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);
}