flutter_calendar_view
flutter_calendar_view copied to clipboard
Weekday border dose not change with monthview show border false
month view file show include this: Widget _defaultWeekDayBuilder(int index) { return WeekDayTile( dayIndex: index, weekDayStringBuilder: widget.weekDayStringBuilder, displayBorder: widget.showBorder, // this line should be added there ); }