blackOpsOneTextTheme static method

TextTheme blackOpsOneTextTheme([
  1. TextTheme? textTheme
])

Applies the Black Ops One font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme blackOpsOneTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._blackOpsOneTextTheme(textTheme);
}