dynalightTextTheme static method

TextTheme dynalightTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme dynalightTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._dynalightTextTheme(textTheme);
}