TextStyle buildTitleLarge(Color color) { return EzTextStyle( fontSize: 22, color: color, fontFamily: EzConfig.instance.fontFamily, ); }