libreCaslonDisplayTextTheme static method

TextTheme libreCaslonDisplayTextTheme([
  1. TextTheme? textTheme
])

Applies the Libre Caslon Display font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme libreCaslonDisplayTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._libreCaslonDisplayTextTheme(textTheme);
}