muktaMalarTextTheme static method

TextTheme muktaMalarTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme muktaMalarTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._muktaMalarTextTheme(textTheme);
}