cairoTextTheme static method

TextTheme cairoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme cairoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._cairoTextTheme(textTheme);
}