rudaTextTheme static method

TextTheme rudaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme rudaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._rudaTextTheme(textTheme);
}