mediumNormalTextStyle static method

TextStyle mediumNormalTextStyle()

Implementation

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