slabo27pxTextTheme static method

TextTheme slabo27pxTextTheme([
  1. TextTheme? textTheme
])

Applies the Slabo 27px font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme slabo27pxTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._slabo27pxTextTheme(textTheme);
}