redRoseTextTheme static method

TextTheme redRoseTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme redRoseTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._redRoseTextTheme(textTheme);
}