amaranteTextTheme static method

TextTheme amaranteTextTheme([
  1. TextTheme? textTheme
])

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