miriamLibreTextTheme static method

TextTheme miriamLibreTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme miriamLibreTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._miriamLibreTextTheme(textTheme);
}