muktaVaaniTextTheme static method

TextTheme muktaVaaniTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme muktaVaaniTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._muktaVaaniTextTheme(textTheme);
}