arbutusSlabTextTheme static method

TextTheme arbutusSlabTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme arbutusSlabTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._arbutusSlabTextTheme(textTheme);
}