interTextTheme static method

TextTheme interTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme interTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._interTextTheme(textTheme);
}