rasaTextTheme static method

TextTheme rasaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme rasaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._rasaTextTheme(textTheme);
}