Closed Anjula closed 1 year ago
I there any way to hide the daybar? I just do not need to show the daybar since I'm handling my way of displaying the date.
Just pass headerSize: 0 to the parent's style.
headerSize: 0
style: DayViewStyle.fromDate( headerSize: 0, ) use this one @Anjula
I there any way to hide the daybar? I just do not need to show the daybar since I'm handling my way of displaying the date.