arimaMaduraiTextTheme static method

TextTheme arimaMaduraiTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme arimaMaduraiTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._arimaMaduraiTextTheme(textTheme);
}