scopeOneTextTheme static method

TextTheme scopeOneTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme scopeOneTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._scopeOneTextTheme(textTheme);
}