patrickHandScTextTheme static method

TextTheme patrickHandScTextTheme([
  1. TextTheme? textTheme
])

Applies the Patrick Hand SC font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme patrickHandScTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._patrickHandScTextTheme(textTheme);
}