creteRoundTextTheme static method

TextTheme creteRoundTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme creteRoundTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._creteRoundTextTheme(textTheme);
}