duruSansTextTheme static method

TextTheme duruSansTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme duruSansTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._duruSansTextTheme(textTheme);
}