balooChettanTextTheme static method

TextTheme balooChettanTextTheme([
  1. TextTheme? textTheme
])

Applies the Baloo Chettan font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme balooChettanTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._balooChettanTextTheme(textTheme);
}