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