ptSansTextTheme static method

TextTheme ptSansTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme ptSansTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ptSansTextTheme(textTheme);
}