displayCalendarBottomStyle static method
Implementation
static TextStyle displayCalendarBottomStyle(BuildContext context) {
return GoogleFonts.workSans(
fontSize: isiPad ? 18 : 15,
fontStyle: FontStyle.normal,
color: Colors.white);
}