balooDaTextTheme static method

TextTheme balooDaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme balooDaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._balooDaTextTheme(textTheme);
}