kufamTextTheme static method

TextTheme kufamTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme kufamTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._kufamTextTheme(textTheme);
}