dashboardMenuTitleTheme static method
Implementation
static TextStyle dashboardMenuTitleTheme(BuildContext context) {
return GoogleFonts.workSans(
fontSize: isiPad ? 21 : 18,
fontWeight: FontWeight.w400,
color: AppColors.white);
}