merriweatherSansTextTheme static method

TextTheme merriweatherSansTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme merriweatherSansTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._merriweatherSansTextTheme(textTheme);
}