smallNormalTextStyle static method

TextStyle smallNormalTextStyle()

Implementation

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