josefinSansTextTheme static method

TextTheme josefinSansTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme josefinSansTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._josefinSansTextTheme(textTheme);
}