medievalSharpTextTheme static method

TextTheme medievalSharpTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme medievalSharpTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._medievalSharpTextTheme(textTheme);
}