bahianitaTextTheme static method

TextTheme bahianitaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bahianitaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bahianitaTextTheme(textTheme);
}