blinkerTextTheme static method

TextTheme blinkerTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme blinkerTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._blinkerTextTheme(textTheme);
}