ratingTitleTheme static method

TextStyle ratingTitleTheme(
  1. BuildContext context
)

Implementation

static TextStyle ratingTitleTheme(BuildContext context) {
  return GoogleFonts.workSans(
      fontSize: 18, fontWeight: FontWeight.w500, color: AppColors.black);
}