heptaSlabTextTheme static method

TextTheme heptaSlabTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme heptaSlabTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._heptaSlabTextTheme(textTheme);
}