encodeSansExpandedTextTheme static method

TextTheme encodeSansExpandedTextTheme([
  1. TextTheme? textTheme
])

Applies the Encode Sans Expanded font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme encodeSansExpandedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._encodeSansExpandedTextTheme(textTheme);
}