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