smallBoldTextStyle static method

TextStyle smallBoldTextStyle()

Implementation

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