andikaNewBasicTextTheme static method

TextTheme andikaNewBasicTextTheme([
  1. TextTheme? textTheme
])

Applies the Andika New Basic font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme andikaNewBasicTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._andikaNewBasicTextTheme(textTheme);
}