displayCalendarBottomStyle static method

TextStyle displayCalendarBottomStyle(
  1. BuildContext context
)

Implementation

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