crimsonProTextTheme static method

TextTheme crimsonProTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme crimsonProTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._crimsonProTextTheme(textTheme);
}