balooTammaTextTheme static method

TextTheme balooTammaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme balooTammaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._balooTammaTextTheme(textTheme);
}