signikaTextTheme static method

TextTheme signikaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme signikaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._signikaTextTheme(textTheme);
}