signikaNegativeTextTheme static method

TextTheme signikaNegativeTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme signikaNegativeTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._signikaNegativeTextTheme(textTheme);
}