libreCaslonTextTextTheme static method

TextTheme libreCaslonTextTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme libreCaslonTextTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._libreCaslonTextTextTheme(textTheme);
}