CircularCell constructor
const
CircularCell({})
This class will defines how cell will be displayed. To get proper view user CircularCell with 1 MonthView.cellAspectRatio.
Implementation
const CircularCell({
super.key,
required this.date,
this.events = const [],
this.shouldHighlight = false,
this.backgroundColor = Colors.blue,
this.highlightedTitleColor = Constants.white,
this.titleColor = Constants.black,
});