domineTextTheme static method

TextTheme domineTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme domineTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._domineTextTheme(textTheme);
}