sumanaTextTheme static method

TextTheme sumanaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme sumanaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._sumanaTextTheme(textTheme);
}