flutter_calendar_view icon indicating copy to clipboard operation
flutter_calendar_view copied to clipboard

Weekday border dose not change with monthview show border false

Open saad-01 opened this issue 1 year ago • 0 comments

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 ); }

saad-01 avatar Jan 19 '24 17:01 saad-01