sansitaTextTheme static method

TextTheme sansitaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme sansitaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._sansitaTextTheme(textTheme);
}