ptSerifCaptionTextTheme static method

TextTheme ptSerifCaptionTextTheme([
  1. TextTheme? textTheme
])

Applies the PT Serif Caption font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme ptSerifCaptionTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ptSerifCaptionTextTheme(textTheme);
}