ptSansNarrowTextTheme static method

TextTheme ptSansNarrowTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme ptSansNarrowTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ptSansNarrowTextTheme(textTheme);
}