largeNormalTextStyle static method

TextStyle largeNormalTextStyle()

Implementation

static TextStyle largeNormalTextStyle() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorDark,
    fontSize: 18,
    fontWeight: FontWeight.w500,
  );
}