sarabunTextTheme static method

TextTheme sarabunTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme sarabunTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._sarabunTextTheme(textTheme);
}