ralewayDotsTextTheme static method

TextTheme ralewayDotsTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme ralewayDotsTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ralewayDotsTextTheme(textTheme);
}