newsCycleTextTheme static method

TextTheme newsCycleTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme newsCycleTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._newsCycleTextTheme(textTheme);
}