martelTextTheme static method

TextTheme martelTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme martelTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._martelTextTheme(textTheme);
}