chilankaTextTheme static method

TextTheme chilankaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme chilankaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._chilankaTextTheme(textTheme);
}