playTextTheme static method

TextTheme playTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme playTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._playTextTheme(textTheme);
}