zcoolQingKeHuangYouTextTheme static method

TextTheme zcoolQingKeHuangYouTextTheme([
  1. TextTheme? textTheme
])

Applies the ZCOOL QingKe HuangYou font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme zcoolQingKeHuangYouTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._zcoolQingKeHuangYouTextTheme(textTheme);
}