Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
If I set showTrailingAndLeadingDates to false and numberOfWeeksInView to 5 the trailing and leading dates are displayed.
monthViewSettings: const DateRangePickerMonthViewSettings(
showTrailingAndLeadingDates: false,
numberOfWeeksInView: 6,
),

monthViewSettings: const DateRangePickerMonthViewSettings(
showTrailingAndLeadingDates: false,
numberOfWeeksInView: 5,
),
