largeBoldTextStyle static method

TextStyle largeBoldTextStyle()

Implementation

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