minaTextTheme static method

TextTheme minaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme minaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._minaTextTheme(textTheme);
}