ptSansCaptionTextTheme static method

TextTheme ptSansCaptionTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme ptSansCaptionTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ptSansCaptionTextTheme(textTheme);
}