atmaTextTheme static method

TextTheme atmaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme atmaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._atmaTextTheme(textTheme);
}