abrilFatfaceTextTheme static method

TextTheme abrilFatfaceTextTheme([
  1. TextTheme? textTheme
])

Applies the Abril Fatface font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme abrilFatfaceTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._abrilFatfaceTextTheme(textTheme);
}