turretRoadTextTheme static method

TextTheme turretRoadTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme turretRoadTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._turretRoadTextTheme(textTheme);
}