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