modernAntiquaTextTheme static method

TextTheme modernAntiquaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme modernAntiquaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._modernAntiquaTextTheme(textTheme);
}