almendraTextTheme static method

TextTheme almendraTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme almendraTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._almendraTextTheme(textTheme);
}