FlutterWeekView
FlutterWeekView copied to clipboard
Can I hide the daybar?
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.
style: DayViewStyle.fromDate( headerSize: 0, ) use this one @Anjula