aleksanderwozniak / table_calendar

Highly customizable, feature-packed calendar widget for Flutter
Apache License 2.0
1.77k stars 974 forks source link

Line separator between month name and daysOfWeek #850

Closed LorenzoCutrupi closed 3 months ago

LorenzoCutrupi commented 5 months ago

Hi, my queestion is very simple. I want to achieve this: image But currently I have this: image How can I add the white horizontal line between the name of the month and the days of the week?

RaadShariat commented 5 months ago

You can define the TableCalendar header style by setting the headerStyle property. If you want the divider between the header and the rest of the calendar, you may specify the decoration as a BoxDecoration and set the bottom border.