ibmPlexSerifTextTheme static method

TextTheme ibmPlexSerifTextTheme([
  1. TextTheme? textTheme
])

Applies the IBM Plex Serif font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme ibmPlexSerifTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ibmPlexSerifTextTheme(textTheme);
}