podkovaTextTheme static method

TextTheme podkovaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme podkovaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._podkovaTextTheme(textTheme);
}