encodeSansSemiExpandedTextTheme static method

TextTheme encodeSansSemiExpandedTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme encodeSansSemiExpandedTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._encodeSansSemiExpandedTextTheme(textTheme);
}