cambayTextTheme static method

TextTheme cambayTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme cambayTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._cambayTextTheme(textTheme);
}