istokWebTextTheme static method

TextTheme istokWebTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme istokWebTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._istokWebTextTheme(textTheme);
}