plasterTextTheme static method

TextTheme plasterTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme plasterTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._plasterTextTheme(textTheme);
}