titilliumWebTextTheme static method

TextTheme titilliumWebTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme titilliumWebTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._titilliumWebTextTheme(textTheme);
}