amaticaScTextTheme static method

TextTheme amaticaScTextTheme([
  1. TextTheme? textTheme
])

Applies the Amatica SC font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme amaticaScTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._amaticaScTextTheme(textTheme);
}