openSansTextTheme static method

TextTheme openSansTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme openSansTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._openSansTextTheme(textTheme);
}