dark constant
CalendarTheme
const dark
Predefined dark theme with black background and white text
Implementation
static const CalendarTheme dark = CalendarTheme(
backgroundColor: Color(0xFF1A1A1A),
primaryColor: Colors.white,
textColor: Colors.white70,
selectedColor: Color(0xFF007AFF),
dividerColor: Color(0xFF333333),
buttonColor: Colors.white,
buttonTextColor: Colors.black,
titleColor: Colors.white,
handleColor: Color(0xFF666666),
);