Closed MungaraJay closed 3 years ago
Hi,
Based on the provided information, we have checked and your requirement is “Remove the bottom spacing in Flutter date range picker”. By default, showLeadingAndTrailingDays property value as false. As per the date range picker implementation, we have maintained 6 rows for month cell size, if you don’t specify the showLeadingAndTrailingDates value as true, the date range picker was rendering with the corresponding leading and trailing dates cell size and it is expected behavior. Kindly use the showLeadingAndTrailingDates property value as true for avoiding the bottom space. Please find the UG link for the same.
UG link: https://help.syncfusion.com/flutter/daterangepicker/customizations#month-cell-customization
We hope that this helps you. Please let us know if you need further assistance.
Regards, Indumathi R
Hello,
I've been trying to modify flutter date range picker using syncfusion,
Following is my code, But, I want to remove bottom spacing in datepicker dialog.
I want to remove bottom red marked space as in image for card in syncfusion.
Thanks.