newRockerTextTheme static method

TextTheme newRockerTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme newRockerTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._newRockerTextTheme(textTheme);
}