bellotaTextTextTheme static method

TextTheme bellotaTextTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bellotaTextTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bellotaTextTextTheme(textTheme);
}