grandHotelTextTheme static method

TextTheme grandHotelTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme grandHotelTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._grandHotelTextTheme(textTheme);
}