FlutterWeekView icon indicating copy to clipboard operation
FlutterWeekView copied to clipboard

Can I hide the daybar?

Open Anjula opened this issue 3 years ago • 1 comments

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.

Anjula avatar Jul 23 '21 06:07 Anjula

Just pass headerSize: 0 to the parent's style.

Skyost avatar Jul 28 '21 07:07 Skyost

style: DayViewStyle.fromDate( headerSize: 0, ) use this one @Anjula

ishwar-gts avatar Mar 15 '23 07:03 ishwar-gts