chakraPetchTextTheme static method

TextTheme chakraPetchTextTheme([
  1. TextTheme? textTheme
])

Applies the Chakra Petch font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme chakraPetchTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._chakraPetchTextTheme(textTheme);
}