dmSansTextTheme static method

TextTheme dmSansTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme dmSansTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._dmSansTextTheme(textTheme);
}