loraTextTheme static method

TextTheme loraTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme loraTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._loraTextTheme(textTheme);
}