atmaTextTheme static method
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);
}
Applies the Atma font family from Google Fonts to every
TextStyle in the given textTheme
.
See:
static TextTheme atmaTextTheme([TextTheme? textTheme]) {
return GoogleFonts._atmaTextTheme(textTheme);
}