bioRhymeTextTheme static method

TextTheme bioRhymeTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bioRhymeTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bioRhymeTextTheme(textTheme);
}