extraSmallNormalTextStyle static method

TextStyle extraSmallNormalTextStyle()

Implementation

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