zillaSlabTextTheme static method

TextTheme zillaSlabTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme zillaSlabTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._zillaSlabTextTheme(textTheme);
}