bellotaTextTheme static method

TextTheme bellotaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bellotaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bellotaTextTheme(textTheme);
}