zcoolXiaoWeiTextTheme static method

TextTheme zcoolXiaoWeiTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme zcoolXiaoWeiTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._zcoolXiaoWeiTextTheme(textTheme);
}