rosarivoTextTheme static method

TextTheme rosarivoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme rosarivoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._rosarivoTextTheme(textTheme);
}