balooBhainaTextTheme static method

TextTheme balooBhainaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme balooBhainaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._balooBhainaTextTheme(textTheme);
}