light constant
CalendarTheme
const light
Predefined light theme with white background and black text
Implementation
static const CalendarTheme light = CalendarTheme(
backgroundColor: Colors.white,
primaryColor: Colors.black,
textColor: Colors.black87,
selectedColor: Color(0xFF007AFF),
dividerColor: Color(0xFFE0E0E0),
buttonColor: Colors.black,
buttonTextColor: Colors.white,
titleColor: Colors.black87,
handleColor: Color(0xFFB0B0B0),
);