titleFontNormal(Color colorValue, double fontSize) { return TextStyle(fontSize: fontSize, fontFamily: titleFont, color: colorValue, fontWeight: FontWeight.w800); }