pottaOneTextTheme static method

TextTheme pottaOneTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme pottaOneTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._pottaOneTextTheme(textTheme);
}