bellefairTextTheme static method

TextTheme bellefairTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme bellefairTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._bellefairTextTheme(textTheme);
}