pressStart2pTextTheme static method

TextTheme pressStart2pTextTheme([
  1. TextTheme? textTheme
])

Applies the Press Start 2P font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme pressStart2pTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._pressStart2pTextTheme(textTheme);
}