petitFormalScriptTextTheme static method

TextTheme petitFormalScriptTextTheme([
  1. TextTheme? textTheme
])

Applies the Petit Formal Script font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme petitFormalScriptTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._petitFormalScriptTextTheme(textTheme);
}