marcellusScTextTheme static method

TextTheme marcellusScTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme marcellusScTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._marcellusScTextTheme(textTheme);
}